diff --git a/modules/lang/org/README.org b/modules/lang/org/README.org index 1a31c5c0f..650e68850 100644 --- a/modules/lang/org/README.org +++ b/modules/lang/org/README.org @@ -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: #+BEGIN_SRC emacs-lisp - (after! org - (remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h t)) + (after! evil-org + (remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h)) #+END_SRC + (Evil users) Nearby tables are formatted when exiting insert or replace mode (see ~+org-enable-auto-reformat-tables-h~).