diff options
author | 2020-10-20 21:03:51 -0400 | |
---|---|---|
committer | 2020-10-20 21:03:51 -0400 | |
commit | 5df344632add107633464336c536331eaec68953 (patch) | |
tree | 830223b067e6075e52e261d0b381103cea7ce6cb /.emacs.d/lisp/bandali-erc.el | |
parent | 8e7b3f4871395cee04cd50b50a2d7013c73ed210 (diff) | |
download | configs-5df344632add107633464336c536331eaec68953.tar.gz configs-5df344632add107633464336c536331eaec68953.tar.xz configs-5df344632add107633464336c536331eaec68953.zip |
A few small uncommitted changes
Diffstat (limited to '.emacs.d/lisp/bandali-erc.el')
-rw-r--r-- | .emacs.d/lisp/bandali-erc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/bandali-erc.el b/.emacs.d/lisp/bandali-erc.el index 3b6d0d0..dd04abe 100644 --- a/.emacs.d/lisp/bandali-erc.el +++ b/.emacs.d/lisp/bandali-erc.el @@ -96,8 +96,8 @@ erc-pal-highlight-type 'nick erc-pals '("aindilis" "blackbeard" "bremner" "brettgilio" "civodul" "dto" - "ggoes" "iank" "jrasata" "mplsCorwin" "quidam" "rwp" "sudoman" - "technomancy")) + "ggoes" "iank" "jrasata" "mplsCorwin" "quidam" "rwp" "sachac" + "sudoman" "technomancy")) (with-eval-after-load 'erc-match (set-face-attribute 'erc-pal-face nil |