diff options
author | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2019-01-12 02:16:16 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2019-01-12 02:16:16 +0000 |
commit | b920c456b34d71b785a016cb9c4bbd440c6712c7 (patch) | |
tree | 490433bd0ebbd101e65712b6f116e6031ed087a9 /net | |
parent | 00fc4d5a9e6ee0963924c0682653b264e6f8c268 (diff) | |
download | elibs-b920c456b34d71b785a016cb9c4bbd440c6712c7.tar.gz elibs-b920c456b34d71b785a016cb9c4bbd440c6712c7.tar.bz2 |
frm: more keybindings
Diffstat (limited to 'net')
-rw-r--r-- | net/jao-frm.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/jao-frm.el b/net/jao-frm.el index ecbe43e..aca981f 100644 --- a/net/jao-frm.el +++ b/net/jao-frm.el @@ -79,7 +79,10 @@ (define-key map [?q] 'jao-frm-delete-window) (define-key map [?n] 'next-line) (define-key map [?p] 'previous-line) - (define-key map [?g] jao-frm-mail-command) + (define-key map [?r] 'jao-frm) + (define-key map [?g] (lambda () + (interactive) + (funcall jao-frm-mail-command))) (define-key map [(control k)] 'jao-frm-delete-message) map)) |