aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/early-init.el')
-rw-r--r--.emacs.d/early-init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el
index 1034157..dc976bd 100644
--- a/.emacs.d/early-init.el
+++ b/.emacs.d/early-init.el
@@ -52,12 +52,10 @@
(setq package-archives
'(("gnu" . "https://elpa.gnu.org/packages/")
- ("MELPA Stable" . "https://stable.melpa.org/packages/")
("MELPA" . "https://melpa.org/packages/")
("org" . "https://orgmode.org/elpa/"))
package-archive-priorities
- '(("MELPA Stable" . 15)
- ("org" . 10)
+ '(("org" . 10)
("gnu" . 5)
("MELPA" . 0)))