Merge pull request #3570 from Bounga/fix-org-slide-emacs-binding
Fix emacs binding for toggling org-tree-slide-mode
This commit is contained in:
commit
8d78c79562
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue