lang/org: rebind zn to org-tree-to-indirect-buffer

To match global behavior of zn (narrow in indirect buffer).
This commit is contained in:
Henrik Lissner 2019-09-13 00:27:16 -04:00
parent 5e6c2205b8
commit c3997730dd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -24,6 +24,7 @@
(defun +org-init-appearance-h ()
"Configures the UI for `org-mode'."
(setq-default
org-indirect-buffer-display 'current-window
org-eldoc-breadcrumb-separator ""
org-enforce-todo-dependencies t
org-entities-user
@ -688,8 +689,7 @@ between the two."
:n "zc" #'+org/close-fold
:n "zC" #'outline-hide-subtree
:n "zm" #'+org/hide-next-fold-level
:n "zn" #'org-narrow-to-subtree
:n "zN" #'org-tree-to-indirect-buffer
:n "zn" #'org-tree-to-indirect-buffer
:n "zo" #'+org/open-fold
:n "zO" #'outline-show-subtree
:n "zr" #'+org/show-next-fold-level