diff options
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)) |