From f2719755e823d1dfa8246c4674652b4dfdb187f7 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 13 Feb 2022 12:32:37 +0100 Subject: Add MELPA with add-to-list I could update the Custom value to add NonGNU ELPA, but at this point I'd rather forsake Custom for lists altogether. --- .emacs-custom.el | 3 --- 1 file changed, 3 deletions(-) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index 6d3c8ed..d6694cc 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -79,9 +79,6 @@ '(org-fontify-done-headline nil) '(org-fontify-quote-and-verse-blocks t) '(org-startup-indented t) - '(package-archives - '(("melpa" . "https://melpa.org/packages/") - ("gnu" . "https://elpa.gnu.org/packages/"))) '(package-selected-packages '(async auctex debbugs delight diff-hl eglot flycheck magit markdown-mode page-break-lines paradox rg rust-mode which-key wgrep)) '(page-break-lines-modes '(fundamental-mode text-mode prog-mode special-mode)) -- cgit v1.2.3