Update & fix org-tree-slide-mode integration

This commit is contained in:
Henrik Lissner 2020-02-02 16:00:45 -05:00
parent abe297b6fc
commit 047ea8dab5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 61 additions and 58 deletions

View file

@ -615,7 +615,7 @@
:desc "Indent style" "I" #'doom/toggle-indent-style
:desc "Line numbers" "l" #'doom/toggle-line-numbers
(:when (featurep! :lang org +present)
:desc "org-tree-slide mode" "p" #'+org-present/start)
:desc "org-tree-slide mode" "p" #'org-tree-slide-mode)
:desc "Read-only mode" "r" #'read-only-mode
(:when (featurep! :checkers spell)
:desc "Flyspell" "s" #'flyspell-mode)