mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: +org/insert-item: unhide if point lands in invisible region
This commit is contained in:
@ -245,6 +245,8 @@ wrong places)."
|
||||
|
||||
(t (user-error "Not a valid list, heading or table")))
|
||||
|
||||
(when (org-invisible-p)
|
||||
(org-show-subtree))
|
||||
(when (bound-and-true-p evil-mode)
|
||||
(evil-insert 1))))
|
||||
|
||||
|
Reference in New Issue
Block a user