diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-02 01:20:09 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-02 01:20:09 +0000 |
commit | 59c49ce60fcfa1fac4827beb11a04c0ef8585b9a (patch) | |
tree | 779443bdba73197012c5c043230dc81028cc8d8e /sx-question-mode.el | |
parent | b8d3e61e0d02796fdd4d0c973dc4fbc9e856baa6 (diff) |
Editing implemented
Fix #11
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index 24b2cfb..cc4c082 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -189,6 +189,7 @@ Letters do not insert themselves; instead, they are commands. ("q" quit-window) (" " scroll-up-command) ("a" sx-answer) + ("e" sx-edit) (,(kbd "S-SPC") scroll-down-command) ([backspace] scroll-down-command) ([tab] forward-button) |