projects
/
.emacs.d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f46f2bf
)
use https for the package repository urls
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Thu, 18 Feb 2016 12:49:23 +0000
(18:19 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Thu, 18 Feb 2016 12:49:23 +0000
(18:19 +0530)
packages.el
patch
|
blob
|
history
diff --git
a/packages.el
b/packages.el
index 093c8304910b7feea9713c3130e72df5fb0f04d5..a7554dec85ef38038d3e63c7f717e1a98e2e100f 100644
(file)
--- a/
packages.el
+++ b/
packages.el
@@
-10,9
+10,9
@@
(expand-file-name "elpa" emacs-d))
(add-to-list 'package-archives
- '("melpa" . "http://melpa.milkbox.net/packages/") t)
+ '("melpa" . "http
s
://melpa.milkbox.net/packages/") t)
(add-to-list 'package-archives
- '("gnu" . "http://elpa.gnu.org/packages/") t)
+ '("gnu" . "http
s
://elpa.gnu.org/packages/") t)
(package-initialize)
; fetch the list of packages available