[Emacs] Fix org-mode keybind

This commit is contained in:
Lucien Cartier-Tilet 2022-02-14 15:31:45 +01:00
parent a8aa2babd1
commit 51b4b81c2e
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -5225,7 +5225,7 @@ which is really nice! However, most of my configuration will be stolen
(phundrak/major-leader-key (phundrak/major-leader-key
:packages 'org-present :packages 'org-present
:keymaps 'org-mode-map :keymaps 'org-mode-map
"p" #'org-present) "P" #'org-present)
(phundrak/evil (phundrak/evil
:states 'normal :states 'normal
:packages 'org-present :packages 'org-present