summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 3763c2ec..6fea6cb5 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3560,6 +3560,9 @@ mutt's review view, after exiting EDITOR."
(process-name process) (or target "server"))
".log"))
+(defalias 'rcirc-handler-305 #'ignore)
+(defalias 'rcirc-handler-306 #'ignore)
+
(defun spw/irc-autoaway ()
(dolist (process (rcirc-process-list))
(rcirc-send-string process "AWAY :This Emacs is idle"))