Browse Source

emacs.el: Update melpa repository URL

pull/15/head
10sr 8 years ago
parent
commit
cabb2b79fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -230,7 +230,7 @@ IF OK-IF-ALREADY-EXISTS is true force download."
;; (add-to-list 'package-archives
;; '("ELPA" . "http://tromey.com/elpa/"))
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/")
'("melpa" . "https://melpa.org/packages/")
t)
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/"))


Loading…
Cancel
Save