diff options
author | David Robillard <d@drobilla.net> | 2019-05-05 10:06:50 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-05-05 10:22:46 +0200 |
commit | 39b516d8106b536ea48e7736b8e7e5a347a94238 (patch) | |
tree | d0d9b61a99589d404ad56547899f995f480bc885 /emacs | |
parent | a569c3ed4ecc5a0d091cbfac23c7f73b0658fbf7 (diff) | |
download | dotfiles-39b516d8106b536ea48e7736b8e7e5a347a94238.tar.gz dotfiles-39b516d8106b536ea48e7736b8e7e5a347a94238.tar.bz2 dotfiles-39b516d8106b536ea48e7736b8e7e5a347a94238.zip |
Improve IRC configuration
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 9a3c68c..969c96c 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -130,10 +130,14 @@ (quote ((".*\\.freenode.net" "#ardour" "#ardour-dev" "#ingen" "#lv2" "#moddevices" "#lad")))) '(erc-autojoin-mode t) + '(erc-insert-timestamp-function (quote ks-timestamp) t) '(erc-join-buffer (quote bury)) '(erc-log-channels-directory "~/.erc/logs") '(erc-log-insert-log-on-open t) '(erc-log-mode t) + '(erc-mode-hook + (quote + (erc-munge-invisibility-spec erc-move-to-prompt-setup pcomplete-erc-setup erc-button-setup erc-imenu-setup toggle-word-wrap))) '(erc-mode-line-format "%t") '(erc-modules (quote |