diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-13 12:32:37 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-13 12:32:37 +0100 |
| commit | f2719755e823d1dfa8246c4674652b4dfdb187f7 (patch) | |
| tree | 2fef175ceec79894533583435c29999e28a8d186 /.emacs-custom.el | |
| parent | e8d81e49fccbd09c26b71be92a0d65fd957e5dac (diff) | |
| download | dotfiles-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.el | 3 |
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)) |
