diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-23 10:45:52 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-23 10:45:52 -0700 |
commit | 6adb924fd8a48bd143baa8b7dd23c36cfdccf2ea (patch) | |
tree | 83ba70e3ea005ed65114975e0c144529250c12a9 | |
parent | [emacs] fix a comment in the config. (diff) | |
download | emacs.d-6adb924fd8a48bd143baa8b7dd23c36cfdccf2ea.tar.gz |
[emacs] remove orgmode's elpa repo.
-rw-r--r-- | emacs.d/packages.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs.d/packages.el b/emacs.d/packages.el index e4322ce..ca74787 100644 --- a/emacs.d/packages.el +++ b/emacs.d/packages.el @@ -5,8 +5,7 @@ ;;; Code: (setq package-archives (append package-archives - '(("melpa" . "http://melpa.milkbox.net/packages/")) - '(("org" . "http://orgmode.org/elpa/")))) + '(("melpa" . "http://melpa.milkbox.net/packages/")))) (package-initialize) (setq package-enable-at-startup nil) |