From ba42d20b902d228a0b57af3420dbd281a5929762 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 28 Mar 2013 01:52:26 +0100 Subject: Emacs: Autoload some jabber functions and don't require geiser-install These have just been installed through elpa. --- emacs/init.org | 7 ++++--- 1 file 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) -- cgit v1.2.3-54-g00ecf