From: Ian Kelling Date: Sun, 30 Aug 2020 12:27:55 +0000 (-0400) Subject: fix package archives X-Git-Url: https://iankelling.org/git/?p=dot-emacs;a=commitdiff_plain;h=76bff17954693088ea7a459a45748e6bde6a1715 fix package archives --- diff --git a/init.el b/init.el index 44edd97..4680f06 100644 --- a/init.el +++ b/init.el @@ -298,9 +298,9 @@ Fourth argument TYPE is the custom option type." ;; '("marmalade" . ;; "http://marmalade-repo.org/packages/")) - (add-to-list 'package-archives - '("melpa" . "http://melpa.milkbox.net/packages/") t) - (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) + (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) + ;; down atm 2020-08-30 + ;;(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) ;; keep our init.el clean, by moving customization elisp to it's own file