From cb7f42016e6d9baaebfdf083c86988d03d6dafc9 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 17 Jul 2020 11:59:58 +0200 Subject: 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 --- .emacs-custom.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.emacs-custom.el') 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")) -- cgit v1.2.3