aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/early-init.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-01-28 21:02:09 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2021-01-28 21:02:09 +0100
commit4d397589d0984270dd66b44901713b79c06458da (patch)
tree1036163dcf507535b6f3d3a44cce3672d082cbfb /.emacs.d/early-init.el
parentaa2aea45fc7d0a1067251614ac74c38ab8e02b57 (diff)
downloaddotfiles-4d397589d0984270dd66b44901713b79c06458da.tar.gz
dotfiles-4d397589d0984270dd66b44901713b79c06458da.zip
emacs: nuked melpa stable
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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)))