diff options
Diffstat (limited to '.emacs.d/init.org')
| -rw-r--r-- | .emacs.d/init.org | 4 |
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))) |
