mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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 ()
|
||||
(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
|
||||
|
Reference in New Issue
Block a user