From: Amin Bandali Date: Sun, 25 Apr 2021 19:12:42 +0000 (-0400) Subject: * .emacs.d/lisp/bandali-erc.el: Don't set erc-lurker-hide-list. X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/6b9cf67ba6fd933e37792c35a8afde43f32bcd02 * .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. --- 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