diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-11 01:02:56 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-11 01:02:56 -0500 |
commit | 576df31d1e20c5999a50c20bdd2eeaba00097d8a (patch) | |
tree | 13fe7da97af1fc9a71450cfb8fa52d03b47e6208 | |
parent | 910e0cea6327f6e9d6b4a0040176bce96e7d3cd6 (diff) | |
download | emacs.d-576df31d1e20c5999a50c20bdd2eeaba00097d8a.tar.gz |
Add mail sync keybinding
-rw-r--r-- | lisp/init-gnus.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index b1a1c51..c8120da 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -28,6 +28,8 @@ (defvar km/sync-mail-cmd "~/bin/sync-mail.sh" "Run sync mail script.") +(define-key external-map "m" 'km/sync-mail) + ;; http://www.emacswiki.org/emacs/GnusSync (defun gnus-grace-exit-before-kill-emacs () (if (and (fboundp 'gnus-alive-p) |