summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 31b33f5..2f5aacc 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -131,6 +131,7 @@ and when JID is not in `jabber-activity-banned'."
:custom
(jabber-history-enabled t)
(jabber-account-list '(("noa@hmm.st")))
+ (jabber-alert-message-function nil)
(jabber-keepalive-interval 60)
(jabber-activity-show-p #'noa/jabber-activity-show-p))