summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemacs.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index 535b530..e6188a4 100755
--- a/emacs.org
+++ b/emacs.org
@@ -1256,6 +1256,11 @@ Set aliases for emacs functions and ~PATH~
;;; Code:
(require 'erc)
+ (setq erc-modules
+ '(sasl netsplit fill button match track completion readonly
+ networks ring autojoin noncommands irccontrols move-to-prompt stamp
+ menu list))
+
(defun erc-libera ()
(interactive)
"Login to liberachat with erc."