summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-07-17 11:59:58 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-07-17 11:59:58 +0200
commitcb7f42016e6d9baaebfdf083c86988d03d6dafc9 (patch)
tree797cd5820e0ca5c9bc0d77e9dd8f4f1816c32b25 /.emacs-custom.el
parentc9d67121d856a9cda077cbc591a1cc4034ef3034 (diff)
downloaddotfiles-cb7f42016e6d9baaebfdf083c86988d03d6dafc9.tar.xz
Give up on fine-grained erc-modules customization
I wanted to add 'notifications to the list, started wondering whether I should change the hook by looping over cons or using append, and got bored. For the record, I want to include: - log - notifications and exclude: - fill
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index 5b803ec..367015d 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -22,6 +22,8 @@
'(erc-log-channels-directory "~/.irc-logs")
'(erc-log-write-after-insert t)
'(erc-log-write-after-send t)
+ '(erc-modules
+ '(autojoin button completion irccontrols list log match menu move-to-prompt netsplit networks noncommands notifications readonly ring stamp track))
'(erc-nick "peniblec")
`(erc-notifications-icon
,(concat data-directory "images/icons/hicolor/scalable/apps/emacs.svg"))