From 9921e99df29e4b6f0d59d0a190b41ff6ddb6af4e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 20 Apr 2015 01:12:15 +0200 Subject: Require notifications for metalexpress --- emacs/.emacs.d/init.el | 1 - emacs/.emacs.d/site-lisp/metalexpress.el | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') 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) -- cgit v1.2.3-54-g00ecf