diff options
author | David Robillard <d@drobilla.net> | 2021-05-08 14:55:01 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-05-08 14:55:01 -0400 |
commit | 9a8ae94ccc3586c728d517e08990d5709dba6ec7 (patch) | |
tree | 3e8b9a41de6f5a73dc53a4b103dd3de6d02639f3 /emacs | |
parent | 4dab29daa805fef4b5fe0ad4d577dfebc6ba6d0b (diff) | |
download | dotfiles-9a8ae94ccc3586c728d517e08990d5709dba6ec7.tar.gz dotfiles-9a8ae94ccc3586c728d517e08990d5709dba6ec7.tar.bz2 dotfiles-9a8ae94ccc3586c728d517e08990d5709dba6ec7.zip |
Update ERC configuration
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 0e9ad36..4647ec9 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -182,7 +182,7 @@ (quote ((".*\\.freenode.net" "#ardour-dev" "#ingen" "#lv2" "#mesonbuild")))) '(erc-autojoin-mode t) - '(erc-insert-timestamp-function (quote ks-timestamp) t) + '(erc-insert-timestamp-function (quote ks-timestamp)) '(erc-join-buffer (quote bury)) '(erc-log-channels-directory "~/.erc/logs") '(erc-log-insert-log-on-open t) @@ -194,15 +194,13 @@ '(erc-modules (quote (autojoin button completion irccontrols list log match menu move-to-prompt netsplit networks noncommands readonly ring stamp track))) + '(erc-nick-uniquifier "") '(erc-prompt ">") - '(erc-stamp-mode t) - '(erc-timestamp-format "%H:%M ") - '(erc-timestamp-only-if-changed-flag t) - '(erc-timestamp-use-align-to nil) '(erc-track-exclude-server-buffer t) '(erc-track-exclude-types (quote ("JOIN" "NICK" "PART" "QUIT" "MODE" "333" "353" "324" "329" "332" "477"))) + '(erc-try-new-nick-p nil) '(fill-column 79) '(font-lock-maximum-decoration t) '(frame-background-mode (quote dark)) |