mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
doc - fix instruction on removing +org-cycle-only-current-subtree-h
This commit is contained in:
@ -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~).
|
||||||
|
Reference in New Issue
Block a user