diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-11-15 07:52:32 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-11-15 07:52:32 -0800 |
commit | 768db08a1ca17454d8eeb8f11fea1392149629e3 (patch) | |
tree | 72f1f4dc7750bbdbd9de3e69eaf0a6fa9c7dac67 | |
parent | [emacs] rename the configuration file for go. (diff) | |
download | emacs.d-768db08a1ca17454d8eeb8f11fea1392149629e3.tar.gz |
[emacs] melpa is over HTTPS now.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 848a2c9..3ce0c2b 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -3,7 +3,7 @@ ;;; Code: (setq package-archives (append package-archives - '(("melpa" . "http://melpa.milkbox.net/packages/")))) + '(("melpa" . "https://melpa.milkbox.net/packages/")))) (package-initialize) (setq package-enable-at-startup nil) |