diff options
| -rw-r--r-- | hiddenquote.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hiddenquote.el b/hiddenquote.el index a4d712f..d7f7739 100644 --- a/hiddenquote.el +++ b/hiddenquote.el @@ -352,6 +352,7 @@ allow running the command after exiting Isearch." (define-key map "\C-e" #'hiddenquote-end-of-line-syllable) (define-key map "\M->" #'hiddenquote-goto-last-syllable) (define-key map "\C-x u" #'hiddenquote-undo) + (define-key map "o" #'other-window) map) "Keymap for the Syllables buffer.") |
