lang/org: fix TAB in insert mode not indenting

This commit is contained in:
Henrik Lissner 2018-04-29 00:46:45 -04:00
parent 2d9fb67903
commit 7173e6abcd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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