fix readme

This commit is contained in:
Yann Esposito (Yogsototh) 2020-11-23 00:10:41 +01:00
parent ed214bd344
commit 1071167602
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Typical doom-emacs configuration:
(org-sticky-header-mode -1)
(doom/reset-font-size)
(org-remove-inline-images)))
(map! :map org-keynote-mode-map
(map! :map org-keynote-mode-keymap
:ni "<right>" #'org-keynote-next
:ni "<left>" #'org-keynote-prev
:ni "q" #'org-keynote-quit'))