From: Amin Bandali Date: Thu, 8 Oct 2020 00:08:19 +0000 (-0400) Subject: * .emacs.d/lisp/bandali-erc.el: Tweak pals X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/0ef64d0d5d3cf46836b1e92b2877f98869a0aa3e * .emacs.d/lisp/bandali-erc.el: Tweak pals --- diff --git a/.emacs.d/lisp/bandali-erc.el b/.emacs.d/lisp/bandali-erc.el index 41a152c..3b6d0d0 100644 --- a/.emacs.d/lisp/bandali-erc.el +++ b/.emacs.d/lisp/bandali-erc.el @@ -53,7 +53,8 @@ (erc-message "PRIVMSG" (format "chanserv op %s %s" (erc-default-target) - (erc-current-nick)) nil)) + (erc-current-nick)) + nil)) (declare-function erc-cmd-DEOP "erc" (&rest people)) (defun erc-cmd-DEOPME () "Deop myself from current channel." @@ -94,8 +95,9 @@ (csetq erc-pal-highlight-type 'nick erc-pals - '("aindilis" "blackbeard" "bremner" "brettgilio" "civodul" - "dto" "ggoes" "jrasata" "mplsCorwin" "rwp" "technomancy")) + '("aindilis" "blackbeard" "bremner" "brettgilio" "civodul" "dto" + "ggoes" "iank" "jrasata" "mplsCorwin" "quidam" "rwp" "sudoman" + "technomancy")) (with-eval-after-load 'erc-match (set-face-attribute 'erc-pal-face nil