projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcc6b92
)
* .emacs.d/lisp/bandali-erc.el: Don't set erc-lurker-hide-list.
author
Amin Bandali
<bandali@gnu.org>
Sun, 25 Apr 2021 19:12:42 +0000
(15:12 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 25 Apr 2021 19:12:42 +0000
(15:12 -0400)
For the time being, until I get around to adding an option to ERC to
log such messages to disk, as I'd like to have them in the logs even
if I choose to hide them in ERC itself.
.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
5fed2bc
..
b6bcdee
100644
(file)
--- a/
.emacs.d/lisp/bandali-erc.el
+++ b/
.emacs.d/lisp/bandali-erc.el
@@
-33,7
+33,7
@@
erc-email-userid "bandali"
erc-format-nick-function 'erc-format-@nick
erc-join-buffer 'bury
- erc-lurker-hide-list '("JOIN" "PART" "QUIT")
+
;;
erc-lurker-hide-list '("JOIN" "PART" "QUIT")
erc-nick "bandali"
erc-prompt "erc>"
erc-prompt-for-password nil