diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-22 17:56:21 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-22 17:56:21 -0700 |
commit | 7398a09fb243f6ff4ead582d738749f4b4f18da6 (patch) | |
tree | 880f8ee8e3255ef16e7e1dbe9b9b4676b34c07e1 /emacs | |
parent | prog: format go buffer before saving (diff) | |
download | emacs.d-7398a09fb243f6ff4ead582d738749f4b4f18da6.tar.gz |
init: don't pull packages from elpa.gnu.org
Diffstat (limited to '')
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index f15ed96..40e9925 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -10,8 +10,7 @@ ;; without this I'm unable to contact melpa on macos (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") -(setq package-archives '(("melpa" . "https://melpa.org/packages/") - ("gnu" . "https://elpa.gnu.org/packages/"))) +(setq package-archives '(("melpa" . "https://melpa.org/packages/"))) ;; and now we load custom configurations (eval-and-compile |