summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2015-03-23 04:27:52 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2015-03-23 04:27:52 (GMT)
commitc6014d55db60d68e6dd2d1b8702f49f6874d5c7e (patch)
tree368e5e1d7b3d8dd4824fb3f852cdb99c3b4fd88b
parent78820acd210831226e2082396c2871f0782b0901 (diff)
downloaddotemacs-c6014d55db60d68e6dd2d1b8702f49f6874d5c7e.zip
dotemacs-c6014d55db60d68e6dd2d1b8702f49f6874d5c7e.tar.gz
dotemacs-c6014d55db60d68e6dd2d1b8702f49f6874d5c7e.tar.bz2
Use new location for MELPA
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 260f65d..6325bb4 100644
--- a/init.el
+++ b/init.el
@@ -36,7 +36,7 @@
;("original" . "http://tromey.com/elpa/")
("org" . "http://orgmode.org/elpa/")
;("marmalade" . "http://marmalade-repo.org/packages/")
- ("melpa" . "http://melpa.milkbox.net/packages/")))
+ ("melpa" . "http://melpa.org/packages/")))
(add-to-list 'load-path (ravi/emacs-file "lisp/"))
(add-to-list 'load-path (ravi/emacs-file "site-lisp/"))
(setq autoload-file (concat ravi/init-dir "loaddefs.el"))