diff options
author | Yuri D'Elia <wavexx@thregr.org> | 2014-06-30 21:12:41 +0200 |
---|---|---|
committer | Yuri D'Elia <wavexx@thregr.org> | 2014-06-30 21:12:41 +0200 |
commit | 78d46e916411801c6d27d466966f136463b1045d (patch) | |
tree | 7444bd14287ef50229578bdb8dd8b290b713852a /gnus-desktop-notify.el | |
parent | c014fec909890f1d84ac619baf88fb2bd2f2b8ae (diff) | |
parent | 46a93150654f39c9381a79d5081cc2f673a7ed7b (diff) |
Merge pull request #2 from purcell/patch-1
Add autoload cookie
Diffstat (limited to 'gnus-desktop-notify.el')
-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 |