From 75daa939a873f719d0463b4cf8331ae80a73abbf Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 4 Jul 2021 10:11:07 +0200 Subject: [PATCH] Optimize readability --- bundle/bundle--package.el | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 0bf5e61b..32a76d2f 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -276,7 +276,24 @@ (erc-rename-buffers t) (erc-autojoin-channels-alist '(("libera.chat" "#emacs" "#commonlisp"))) (erc-interpret-mirc-color t) - (erc-modules '(autojoin button completion fill irccontrols list match menu move-to-prompt netsplit networks noncommands notifications readonly ring stamp track truncate))) + (erc-modules '(autojoin + button + completion + fill + irccontrols + list + match + menu + move-to-prompt + netsplit + networks + noncommands + notifications + readonly + ring + stamp + track + truncate))) (use-package erc-image :after erc