mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Normalize keymaps on evil-org-mode
Fixes an issue where evil keybinds aren't in effect on just after activating org-mode.
This commit is contained in:
@ -955,6 +955,7 @@ compelling reason, so..."
|
||||
(defvar evil-org-special-o/O '(table-row))
|
||||
(defvar evil-org-use-additional-insert t)
|
||||
:config
|
||||
(add-hook 'evil-org-mode-hook #'evil-normalize-keymaps)
|
||||
(evil-org-set-key-theme)
|
||||
(add-hook! 'org-tab-first-hook :append
|
||||
;; Only fold the current tree, rather than recursively
|
||||
|
Reference in New Issue
Block a user