From 4d397589d0984270dd66b44901713b79c06458da Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 28 Jan 2021 21:02:09 +0100 Subject: emacs: nuked melpa stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/init.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.emacs.d/init.org') 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))) -- cgit v1.2.3