From 3c9ba0dc232eb1a017622e9dc4d8660aed229773 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 29 May 2026 11:54:33 -0700 Subject: Emacs: Add MELPA package archive --- emacs/.config/emacs/init.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs/.config/emacs/init.org b/emacs/.config/emacs/init.org index e42aa05..b7e501e 100644 --- a/emacs/.config/emacs/init.org +++ b/emacs/.config/emacs/init.org @@ -46,3 +46,11 @@ Now that I can check whether or not I'm typing a word, I can tell =electric-quot #+end_src So now that that's settled, I should be writing ='= in words like “shouldn't'' and =’= otherwise. And spellchecking should work just fine. + +Add MELPA to package archives, this lets me install more packages. + +#+begin_src emacs-lisp + (use-package package + :config + (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)) +#+end_src -- cgit v1.3-2-g0d8e