diff options
-rwxr-xr-x | emacs.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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." |