From eeed0dd64f9c51f56d914dd76f6f23a1866ceeea Mon Sep 17 00:00:00 2001 From: Jakub Darul Date: Sun, 27 Oct 2019 20:36:21 +0100 Subject: [PATCH] doc - fix instruction on removing +org-cycle-only-current-subtree-h --- modules/lang/org/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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~).