summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el index f31da5d..a1bca1b 100644 --- a/init.el +++ b/init.el
@@ -323,6 +323,8 @@
323 erc-nick-truncate (- erc-fill-static-center 2) 323 erc-nick-truncate (- erc-fill-static-center 2)
324 erc-prompt (lambda () (acdw-erc/prompt)) 324 erc-prompt (lambda () (acdw-erc/prompt))
325 erc-prompt-for-password nil ; use ~/.authinfo 325 erc-prompt-for-password nil ; use ~/.authinfo
326 erc-rename-buffers t
327 erc-server erc-default-server
326 erc/servers 328 erc/servers
327 (when (boundp 'erc-autojoin-channels-alist) 329 (when (boundp 'erc-autojoin-channels-alist)
328 (mapcar #'car erc-autojoin-channels-alist)) 330 (mapcar #'car erc-autojoin-channels-alist))
@@ -345,7 +347,9 @@
345 erc-track-mode 347 erc-track-mode
346 erc-truncate-mode) 348 erc-truncate-mode)
347 349
348 (:bind "C-c C-b" acdw-erc/erc-switch-to-buffer) 350 (:bind "C-c C-b" acdw-erc/erc-switch-to-buffer
351 "C-c C-c" nil ; def: `erc-toggle-interpret-controls'
352 )
349 353
350 (with-eval-after-load 'erc 354 (with-eval-after-load 'erc
351 (setup (:straight erc-hl-nicks) 355 (setup (:straight erc-hl-nicks)