summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-11-13 09:00:53 +0100
committerAlan Pearce2015-11-13 09:00:53 +0100
commit43d0e86610038d4b73a1675deabe02498b093e17 (patch)
tree11cf9fd5494f69d7a15d73ef347802f2d703b048 /tag-emacs
parent47dd9149961f48bc1e1dc66916a9225db81d7845 (diff)
downloadnixfiles-43d0e86610038d4b73a1675deabe02498b093e17.tar.lz
nixfiles-43d0e86610038d4b73a1675deabe02498b093e17.tar.zst
nixfiles-43d0e86610038d4b73a1675deabe02498b093e17.zip
Emacs: Use only secure package archives
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org9
1 files changed, 4 insertions, 5 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index ef9e4912..26730028 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -65,11 +65,10 @@ cask update
 
 #+BEGIN_SRC emacs-lisp
   (eval-and-compile
-    (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
-                             ("marmalade" . "http://marmalade-repo.org/packages/")
-                             ("melpa" . "http://melpa.org/packages/")
-                             ("melpa-stable" . "http://stable.melpa.org/packages/")
-                             ("org" . "http://orgmode.org/elpa/")))
+    (setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
+                             ("marmalade" . "https://marmalade-repo.org/packages/")
+                             ("melpa" . "https://melpa.org/packages/")
+                             ("melpa-stable" . "https://stable.melpa.org/packages/")))
     (package-initialize)
     (unless (package-installed-p 'req-package)
       (package-refresh-contents)