about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-07-13 18:53:07 -0500
committerCase Duckworth2021-07-13 18:53:07 -0500
commitd6472e06731b6ca6e352951ccab07fcd434640ca (patch)
treead2879ccb43af4fc3213df41b376a30ac681d0ec /init.el
parentMerge branch 'main' of https://tildegit.org/acdw/emacs (diff)
downloademacs-d6472e06731b6ca6e352951ccab07fcd434640ca.tar.gz
emacs-d6472e06731b6ca6e352951ccab07fcd434640ca.zip
Add "AWAY" to erc-track-exclude-types
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 3efed13..fb2cd3f 100644 --- a/init.el +++ b/init.el
@@ -322,7 +322,8 @@
322 (when (boundp 'erc-autojoin-channels-alist) 322 (when (boundp 'erc-autojoin-channels-alist)
323 (mapcar #'car erc-autojoin-channels-alist)) 323 (mapcar #'car erc-autojoin-channels-alist))
324 erc-server-coding-system '(utf-8 . utf-8) 324 erc-server-coding-system '(utf-8 . utf-8)
325 erc-track-exclude-types erc-hide-list 325 erc-track-exclude-types (append erc-hide-list
326 '("AWAY"))
326 erc-track-exclude-server-buffer t 327 erc-track-exclude-server-buffer t
327 erc-track-position-in-mode-line 'before-modes 328 erc-track-position-in-mode-line 'before-modes
328 erc-track-visibility nil ; only the selected frame 329 erc-track-visibility nil ; only the selected frame