summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-01-08 11:42:31 +0100
committerGravatar Tom Willemse2016-01-08 11:42:31 +0100
commit9245b117e6dcc6e8f46af598c5bc4cf93bc019ff (patch)
tree641de5d531d41470d2d6a18c0f09ea1354055cd3 /emacs
parent16133f11f07835ff020ca3e790b9d69849d75797 (diff)
downloaddotfiles-9245b117e6dcc6e8f46af598c5bc4cf93bc019ff.tar.gz
dotfiles-9245b117e6dcc6e8f46af598c5bc4cf93bc019ff.zip
Use a different app name for MER
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/site-lisp/metalexpress.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/site-lisp/metalexpress.el b/emacs/.emacs.d/site-lisp/metalexpress.el
index fd39040..0603e73 100644
--- a/emacs/.emacs.d/site-lisp/metalexpress.el
+++ b/emacs/.emacs.d/site-lisp/metalexpress.el
@@ -57,7 +57,8 @@
(defun metal-express-radio-notify ()
(interactive)
(notifications-notify :title "Now playing:"
- :body metal-express-radio-currently-playing))
+ :body metal-express-radio-currently-playing
+ :app-name "Metal Express Radio"))
;;;###autoload
(defun metal-express-radio-start ()