aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.org
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/init.org
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/init.org')
-rw-r--r--.emacs.d/init.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index 1aa3e41..3fb05c1 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -201,12 +201,10 @@ These are the two main weird things you will see from an otherwise pretty standa
(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)))