summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-15 01:06:06 +0300
committerThanos Apollo <[email protected]>2023-08-15 01:06:06 +0300
commit70581c8ff6ff15ffac4be3f9c755a8a55841d4d6 (patch)
treea7d854d6d922107dc15a8b1344f5f64e2c210c30 /emacs.org
parent4ae9a8544ea4400218c48d69207d652d820d10ca (diff)
erc: set modules
Diffstat (limited to 'emacs.org')
-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."