Created
December 20, 2013 14:05
-
-
Save iani/8055265 to your computer and use it in GitHub Desktop.
Add 3 major package locations for automatic installation of packages in emacs. (from my org-mode file). Use only the elisp code if you are not using org-mode.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (See: | |
| - http://www.emacswiki.org/emacs/ELPA | |
| - See: http://emacsworld.blogspot.gr/2013/12/a-few-unrelated-emacs-tips.html | |
| ) | |
| #+BEGIN_SRC elisp | |
| (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") | |
| ("marmalade" . "http://marmalade-repo.org/packages/") | |
| ("melpa" . "http://melpa.milkbox.net/packages/"))) | |
| #+END_SRC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment