summaryrefslogtreecommitdiffstats
path: root/emacs/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/emacs/init.org b/emacs/init.org
index 3129e07..739c038 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -356,10 +356,12 @@ Don't echo presence updates in the message area.
(eval-after-load "jabber" '(oni:jabber-init))
#+END_SRC
-Require ~jabber-libnotify~ so we can use its alert functions.
+Autoload functions from =jabber-libnotify= so we can use them in some
+hooks.
#+BEGIN_SRC emacs-lisp
- (require 'jabber-libnotify)
+ (autoload 'jabber-message-libnotify "jabber-libnotify")
+ (autoload 'jabber-muc-libnotify "jabber-libnotify")
#+END_SRC
Enable libnotify alerts for regular and mutli-user chats, this is
@@ -540,7 +542,6 @@ them immediately, they take a little time to load.
(autoload 'w3m-bookmark-view "w3m" nil t)
(autoload 'w3m-goto-url "w3m" nil t)
- (require 'geiser-install)
(require 'uniquify)
(require 'ext)
(require 'oni)