diff options
author | Amin Bandali <bandali@gnu.org> | 2021-04-25 15:12:42 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2021-04-25 15:12:42 -0400 |
commit | 6b9cf67ba6fd933e37792c35a8afde43f32bcd02 (patch) | |
tree | c9754ae283de001d7f6a2a85bd86ac5dba656343 | |
parent | bcc6b92a85c8d8445f7a96ac4364a55288e63a4c (diff) | |
download | configs-6b9cf67ba6fd933e37792c35a8afde43f32bcd02.tar.gz configs-6b9cf67ba6fd933e37792c35a8afde43f32bcd02.tar.xz configs-6b9cf67ba6fd933e37792c35a8afde43f32bcd02.zip |
* .emacs.d/lisp/bandali-erc.el: Don't set erc-lurker-hide-list.
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.
-rw-r--r-- | .emacs.d/lisp/bandali-erc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/bandali-erc.el b/.emacs.d/lisp/bandali-erc.el index 5fed2bc..b6bcdee 100644 --- 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 |