Fix emacs binding for toggling org-tree-slide-mode

org-tree-slide-mode toggling binding was calling a
non-existing (obsolete?) function.
This commit is contained in:
Nicolas Cavigneaux 2020-07-16 16:07:16 +02:00
parent 2cedf150ec
commit ab93f61df3
No known key found for this signature in database
GPG key ID: 278129B1DB19B66E

View file

@ -278,7 +278,7 @@
(:when (featurep! :ui minimap)
:desc "Minimap mode" "m" #'minimap-mode)
(: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)