doc - fix instruction on removing +org-cycle-only-current-subtree-h
This commit is contained in:
parent
dca4015003
commit
eeed0dd64f
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ https://www.mfoot.com/blog/2015/11/22/literate-emacs-configuration-with-org-mode
|
||||||
rather than cycle through it recursively. This can be reversed with:
|
rather than cycle through it recursively. This can be reversed with:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(after! org
|
(after! evil-org
|
||||||
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h t))
|
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
+ (Evil users) Nearby tables are formatted when exiting insert or replace mode
|
+ (Evil users) Nearby tables are formatted when exiting insert or replace mode
|
||||||
(see ~+org-enable-auto-reformat-tables-h~).
|
(see ~+org-enable-auto-reformat-tables-h~).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue