summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-12 14:20:24 -0500
committerCase Duckworth2021-08-12 14:20:24 -0500
commitc9521dca1b937b67dbe0627171524f1c3669e39e (patch)
tree059a2db64f0947ffe0444bfc900989d1e27424a6 /init.el
parentMerge branch 'main' of tildegit.org:acdw/emacs (diff)
downloademacs-c9521dca1b937b67dbe0627171524f1c3669e39e.tar.gz
emacs-c9521dca1b937b67dbe0627171524f1c3669e39e.zip
Show JOIN/NICK/PART/QUIT, but not in modeline
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el index 6a62991..d7cf373 100644 --- a/init.el +++ b/init.el
@@ -337,7 +337,7 @@
337 erc-fill-static-center 14 337 erc-fill-static-center 14
338 erc-format-nick-function #'erc-format-truncate-@nick 338 erc-format-nick-function #'erc-format-truncate-@nick
339 erc-header-line-face-method #'erc/update-header-line-show-disconnected 339 erc-header-line-face-method #'erc/update-header-line-show-disconnected
340 erc-hide-list '("JOIN" "NICK" "PART" "QUIT" "MODE" 340 erc-hide-list '("NICK" "MODE"
341 "324" "329" "332" "333" "353" "477") 341 "324" "329" "332" "333" "353" "477")
342 erc-interpret-controls-p t 342 erc-interpret-controls-p t
343 erc-interpret-mirc-color t 343 erc-interpret-mirc-color t
@@ -356,7 +356,8 @@
356 (mapcar #'car erc-autojoin-channels-alist)) 356 (mapcar #'car erc-autojoin-channels-alist))
357 erc-server-coding-system '(utf-8 . utf-8) 357 erc-server-coding-system '(utf-8 . utf-8)
358 erc-track-exclude-types (append erc-hide-list 358 erc-track-exclude-types (append erc-hide-list
359 '("AWAY")) 359 '("JOIN" "NICK" "PART" "QUIT"
360 "AWAY"))
360 erc-track-exclude-server-buffer t 361 erc-track-exclude-server-buffer t
361 erc-track-position-in-mode-line 'before-modes 362 erc-track-position-in-mode-line 'before-modes
362 erc-track-visibility nil ; only the selected frame 363 erc-track-visibility nil ; only the selected frame