summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-18 18:21:22 -0500
committerCase Duckworth2021-08-18 18:21:22 -0500
commit606e580bd79c41e73b75048f8dd98320a39a13cf (patch)
tree0ddaa15312ca5e036aab0bcd65c6673961dd1231 /init.el
parentIndicate the region that's been copy-plain'd (diff)
downloademacs-606e580bd79c41e73b75048f8dd98320a39a13cf.tar.gz
emacs-606e580bd79c41e73b75048f8dd98320a39a13cf.zip
Make erc-timestamp intangible
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 1224930..b5c35de 100644 --- a/init.el +++ b/init.el
@@ -301,6 +301,7 @@
301 (when (boundp 'erc-autojoin-channels-alist) 301 (when (boundp 'erc-autojoin-channels-alist)
302 (mapcar #'car erc-autojoin-channels-alist)) 302 (mapcar #'car erc-autojoin-channels-alist))
303 erc-server-coding-system '(utf-8 . utf-8) 303 erc-server-coding-system '(utf-8 . utf-8)
304 erc-timestamp-intangible t
304 erc-track-exclude-types (append erc-hide-list 305 erc-track-exclude-types (append erc-hide-list
305 '("AWAY" 306 '("AWAY"
306 "353" "324" "329" "332" "333" "477")) 307 "353" "324" "329" "332" "333" "477"))