From 7f9d566d2a06abdc8c942d9d3f860e13bbbbf26b Mon Sep 17 00:00:00 2001 From: Random936 Date: Tue, 19 Dec 2023 14:53:57 -0800 Subject: [PATCH] Fixed missing perenthesis --- .emacs.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index e1b4e50..e670741 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -500,7 +500,7 @@ To highlight each nickname with a different color, I can use the ~erc-hl-nicks~ #+begin_src emacs-lisp (use-package erc-hl-nicks :after erc - :config (add-to-list 'erc-modules 'hl-nicks) + :config (add-to-list 'erc-modules 'hl-nicks)) #+end_src * Import Other Files