diff options
author | Steve Purcell <steve@sanityinc.com> | 2014-06-30 19:23:57 +0100 |
---|---|---|
committer | Steve Purcell <steve@sanityinc.com> | 2014-06-30 19:23:57 +0100 |
commit | 46a93150654f39c9381a79d5081cc2f673a7ed7b (patch) | |
tree | 7444bd14287ef50229578bdb8dd8b290b713852a | |
parent | c014fec909890f1d84ac619baf88fb2bd2f2b8ae (diff) |
Add autoload cookie
-rw-r--r-- | gnus-desktop-notify.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnus-desktop-notify.el b/gnus-desktop-notify.el index 550a62f..35c31d5 100644 --- a/gnus-desktop-notify.el +++ b/gnus-desktop-notify.el @@ -86,6 +86,7 @@ "Gnus external notification framework" :group 'gnus) +;;;###autoload (define-minor-mode gnus-desktop-notify-mode "Gnus Desktop Notification mode uses libnotify's 'notify-send' program to generate popup messages or call external executables |