lang/org: fix TAB in insert mode not indenting
This commit is contained in:
parent
2d9fb67903
commit
7173e6abcd
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ between the two."
|
|||
(defun +org|setup-evil ()
|
||||
(require 'evil-org)
|
||||
|
||||
(add-hook 'org-tab-first-hook #'+org|toggle-only-current-fold)
|
||||
(add-hook 'org-tab-first-hook #'+org|toggle-only-current-fold t)
|
||||
|
||||
(map! :map outline-mode-map
|
||||
:n "^" nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue