doc - fix instruction on removing +org-cycle-only-current-subtree-h

This commit is contained in:
Jakub Darul 2019-10-27 20:36:21 +01:00
parent dca4015003
commit eeed0dd64f

View file

@ -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~).