Grab emacs 24, and open the file ~/.emacs, paste in this snippet: (require 'package) (add-to-list 'package-archives '("marmalade".
package-archives
How to use package-archives in a sentence. Live example sentences for package-archives pulled from indexed public discussions.
Editorial note
Grab emacs 24, and open the file ~/.emacs, paste in this snippet: (require 'package) (add-to-list 'package-archives '("marmalade".
Quick take
Grab emacs 24, and open the file ~/.emacs, paste in this snippet: (require 'package) (add-to-list 'package-archives '("marmalade".
Example sentences
You might have to configure some additional package sources first: (require 'package) (add-to-list 'package-archives '("marmalade".
This is what I have at the top of my ~/.emacs.d/init.el: (require 'package) (add-to-list 'package-archives '("marmalade".
I tried the Melpa instructions and added the following to my.emacs: (require 'package);; You might already have this line (add-to-list 'package-archives '("melpa".
(defvar packages '(pkg1 pkg2 magit)) (require 'package) (add-to-list 'package-archives '("melpa".
Package Manager and the More Centralized Community since Emacs 24 a package manager is included and there are awesome repos for all of your needs: (setq package-archives '(( "elpa".
Quote examples
Grab emacs 24, and open the file ~/.emacs, paste in this snippet: (require 'package) (add-to-list 'package-archives '("marmalade".
You might have to configure some additional package sources first: (require 'package) (add-to-list 'package-archives '("marmalade".
This is what I have at the top of my ~/.emacs.d/init.el: (require 'package) (add-to-list 'package-archives '("marmalade".
I tried the Melpa instructions and added the following to my.emacs: (require 'package);; You might already have this line (add-to-list 'package-archives '("melpa".
Frequently asked questions
Short answers drawn from the clearest meanings and examples for this word.
How do you use package-archives in a sentence?
Grab emacs 24, and open the file ~/.emacs, paste in this snippet: (require 'package) (add-to-list 'package-archives '("marmalade".