Fixed missing perenthesis
This commit is contained in:
@@ -500,7 +500,7 @@ To highlight each nickname with a different color, I can use the ~erc-hl-nicks~
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package erc-hl-nicks
|
(use-package erc-hl-nicks
|
||||||
:after erc
|
:after erc
|
||||||
:config (add-to-list 'erc-modules 'hl-nicks)
|
:config (add-to-list 'erc-modules 'hl-nicks))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Import Other Files
|
* Import Other Files
|
||||||
|
|||||||
Reference in New Issue
Block a user