diff options
Diffstat (limited to 'emacs/init.el')
-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 |