mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: fix TAB in insert mode not indenting
This commit is contained in:
@ -252,7 +252,7 @@ between the two."
|
|||||||
(defun +org|setup-evil ()
|
(defun +org|setup-evil ()
|
||||||
(require 'evil-org)
|
(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
|
(map! :map outline-mode-map
|
||||||
:n "^" nil
|
:n "^" nil
|
||||||
|
Reference in New Issue
Block a user