summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-11-10 20:53:56 +0100
committerGravatar Tom Willemse2014-11-10 20:53:56 +0100
commit4926ca5f08e815da1796efcf90cf8ef4247e4746 (patch)
tree6874cf0cc57d560ad422290531137a3a1bea1c67 /emacs
parentb0a9184283a0de65d8cd2a668688bfadff9d404a (diff)
downloaddotfiles-4926ca5f08e815da1796efcf90cf8ef4247e4746.tar.gz
dotfiles-4926ca5f08e815da1796efcf90cf8ef4247e4746.zip
Reinstate libnotify notifications
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/site-lisp/jabber-init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/site-lisp/jabber-init.el b/emacs/.emacs.d/site-lisp/jabber-init.el
index 936a905..606c778 100644
--- a/emacs/.emacs.d/site-lisp/jabber-init.el
+++ b/emacs/.emacs.d/site-lisp/jabber-init.el
@@ -64,8 +64,8 @@ Insert PROPOSED-ALERT in the buffer if it is non-nil."
(:network-server . "talk.google.com")
(:connection-type . ssl)))
-;; (add-hook 'jabber-alert-message-hooks #'jabber-message-libnotify)
-;; (add-hook 'jabber-alert-muc-hooks #'jabber-muc-libnotify)
+(add-hook 'jabber-alert-message-hooks #'jabber-message-libnotify)
+(add-hook 'jabber-alert-muc-hooks #'jabber-muc-libnotify)
;; (add-hook 'jabber-alert-message-hooks #'jabber-init-stumpwm-echo)
;; (add-hook 'jabber-alert-muc-hooks #'jabber-init-stumpwm-echo)
(add-hook 'jabber-chat-mode-hook #'visual-line-mode)