Require notifications for metalexpress
This commit is contained in:
parent
6e1dace32b
commit
9921e99df2
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'notifications)
|
||||
|
||||
(defgroup metal-express-radio nil
|
||||
"Group for the Metal Express Radio listening functions."
|
||||
:group 'multimedia)
|
||||
|
|
Loading…
Reference in a new issue