projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
709d80e
)
* .emacs.d/lisp/bandali-erc.el: Tweak pals
author
Amin Bandali
<bandali@gnu.org>
Thu, 8 Oct 2020 00:08:19 +0000
(20:08 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Thu, 8 Oct 2020 00:09:51 +0000
(20:09 -0400)
.emacs.d/lisp/bandali-erc.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/lisp/bandali-erc.el
b/.emacs.d/lisp/bandali-erc.el
index
41a152c
..
3b6d0d0
100644
(file)
--- 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-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."
(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
(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
(with-eval-after-load 'erc-match
(set-face-attribute
'erc-pal-face nil