summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-28 01:52:26 +0100
committerGravatar Tom Willemsen2013-03-28 01:52:26 +0100
commitba42d20b902d228a0b57af3420dbd281a5929762 (patch)
tree985d3270aa295a18e13497b9125bedccdf45fcb4
parent547450d83f53d73cc38fa44143f96ce535bff4b4 (diff)
downloaddotfiles-ba42d20b902d228a0b57af3420dbd281a5929762.tar.gz
dotfiles-ba42d20b902d228a0b57af3420dbd281a5929762.zip
Emacs: Autoload some jabber functions and don't require geiser-install
These have just been installed through elpa.
-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)