summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el1
-rw-r--r--emacs/.emacs.d/site-lisp/metalexpress.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index ccfbac5..a0f7da7 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -25,7 +25,6 @@
;;;; Autoloads
-(autoload 'notifications-notify "notifications")
(autoload 'po-mode "po-mode" nil t)
(autoload 'pony-mode "pony-mode" nil t)
(autoload 'sawfish-mode "sawfish" nil t)
diff --git a/emacs/.emacs.d/site-lisp/metalexpress.el b/emacs/.emacs.d/site-lisp/metalexpress.el
index 619e4e3..fd39040 100644
--- a/emacs/.emacs.d/site-lisp/metalexpress.el
+++ b/emacs/.emacs.d/site-lisp/metalexpress.el
@@ -24,6 +24,8 @@
;;; Code:
+(require 'notifications)
+
(defgroup metal-express-radio nil
"Group for the Metal Express Radio listening functions."
:group 'multimedia)