summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-04-20 01:12:15 +0200
committerGravatar Tom Willemse2015-04-20 01:12:15 +0200
commit9921e99df29e4b6f0d59d0a190b41ff6ddb6af4e (patch)
treec81ce6638579dd62be419ece5db90eb1e6b371d9
parent6e1dace32b53cf7997e21d292ec126de4ea93e82 (diff)
downloaddotfiles-9921e99df29e4b6f0d59d0a190b41ff6ddb6af4e.tar.gz
dotfiles-9921e99df29e4b6f0d59d0a190b41ff6ddb6af4e.zip
Require notifications for metalexpress
-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)