summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-13 17:43:12 +0000
committernoa@gaiwan.org2024-06-13 17:43:12 +0000
commitd93a38198545683c3dffb1b2d00da69e2a2186a7 (patch)
tree10d9620f51e4a3d2661ad2f3cd0e5b2dee3adc1d /emacs
parent0fe60c55412c933b09c1213e56f73abf8038348c (diff)
Disable modeline notifications for jabber
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))