Emacs: Autoload some jabber functions and don't require geiser-install
These have just been installed through elpa.
This commit is contained in:
parent
547450d83f
commit
ba42d20b90
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue