summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2017-01-30 08:24:50 -0500
committerDavid Li <li.davidm96@gmail.com>2017-01-30 08:25:40 -0500
commitea1d52354348b5394af6061b41cefac12bcff5c9 (patch)
tree7a451644eb557e833f2ad6d6ac388c7ad40a5d9c
parent35a5e415b5912ffd4f132093159d6ecb6a453184 (diff)
Update MELPA URL
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 4a39090..be77ef6 100644
--- a/init.el
+++ b/init.el
@@ -6,7 +6,7 @@
(require 'package)
(push '("marmalade" . "http://marmalade-repo.org/packages/")
package-archives )
-(push '("melpa" . "http://melpa.milkbox.net/packages/")
+(push '("melpa" . "https://melpa.org/packages/")
package-archives)
(package-initialize)