summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2021-04-25 15:12:42 -0400
committerAmin Bandali <bandali@gnu.org>2021-04-25 15:12:42 -0400
commit6b9cf67ba6fd933e37792c35a8afde43f32bcd02 (patch)
treec9754ae283de001d7f6a2a85bd86ac5dba656343 /.emacs.d/lisp
parentbcc6b92a85c8d8445f7a96ac4364a55288e63a4c (diff)
downloadconfigs-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.
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/bandali-erc.el2
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