diff options
author | Alan Pearce | 2013-05-18 16:00:06 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-18 16:00:06 +0100 |
commit | 928c7723f2375c6c39107113986c74f936519439 (patch) | |
tree | bea7fd061c54531f9c2d3fa47115393e76299bac /emacs/init.el | |
parent | 28fc7ea231b5a5c28186000c535380e7f086881c (diff) | |
download | dotfiles-928c7723f2375c6c39107113986c74f936519439.tar.lz dotfiles-928c7723f2375c6c39107113986c74f936519439.tar.zst dotfiles-928c7723f2375c6c39107113986c74f936519439.zip |
Emacs: add official org-mode package repository
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 6957818..d96b25a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -45,7 +45,8 @@ Values: `desktop', `server', `laptop'") (setq *elisp-dir* (expand-file-name "elisp/" user-emacs-directory) package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/") - ("melpa" . "http://melpa.milkbox.net/packages/"))) + ("melpa" . "http://melpa.milkbox.net/packages/") + ("org" . "http://orgmode.org/elpa/"))) (package-initialize) |