show-children (obsolete) => outline-show-children
This commit is contained in:
parent
15b827e3fd
commit
d1726e4a52
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@
|
|||
:m "gh" #'outline-up-heading
|
||||
:m "gj" #'org-forward-heading-same-level
|
||||
:m "gk" #'org-backward-heading-same-level
|
||||
:m "gl" (λ! (call-interactively #'outline-next-visible-heading) (show-children))
|
||||
:m "gl" (λ! (call-interactively #'outline-next-visible-heading) (outline-show-children))
|
||||
|
||||
:n "go" #'org-open-at-point
|
||||
:n "gO" (λ! (let ((org-link-frame-setup (append '((file . find-file-other-window)) org-link-frame-setup))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue