summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-02-13 12:32:37 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-02-13 12:32:37 +0100
commitf2719755e823d1dfa8246c4674652b4dfdb187f7 (patch)
tree2fef175ceec79894533583435c29999e28a8d186 /.emacs-custom.el
parente8d81e49fccbd09c26b71be92a0d65fd957e5dac (diff)
downloaddotfiles-f2719755e823d1dfa8246c4674652b4dfdb187f7.tar.xz
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.
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el3
1 files changed, 0 insertions, 3 deletions
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))