summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@imladris.local>2019-01-12 02:16:16 +0000
committerJose Antonio Ortega Ruiz <jao@imladris.local>2019-01-12 02:16:16 +0000
commitb920c456b34d71b785a016cb9c4bbd440c6712c7 (patch)
tree490433bd0ebbd101e65712b6f116e6031ed087a9
parent00fc4d5a9e6ee0963924c0682653b264e6f8c268 (diff)
downloadelibs-b920c456b34d71b785a016cb9c4bbd440c6712c7.tar.gz
elibs-b920c456b34d71b785a016cb9c4bbd440c6712c7.tar.bz2
frm: more keybindings
-rw-r--r--net/jao-frm.el5
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))