From 70581c8ff6ff15ffac4be3f9c755a8a55841d4d6 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 15 Aug 2023 01:06:06 +0300 Subject: erc: set modules --- emacs.org | 5 +++++ 1 file changed, 5 insertions(+) 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." -- cgit v1.2.3