make +org--insert-item respect emacs-mode
No change of behaviour in non-emacs modes, but in emacs-mode stays there instead of switching to insert-mode.
This commit is contained in:
parent
d39961b30d
commit
8332daccee
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@
|
|||
|
||||
(when (org-invisible-p)
|
||||
(org-show-hidden-entry))
|
||||
(when (bound-and-true-p evil-local-mode)
|
||||
(when (and (bound-and-true-p evil-local-mode)
|
||||
(not (evil-emacs-state-p)))
|
||||
(evil-insert 1))))
|
||||
|
||||
(defun +org--get-property (name &optional bound)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue