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:
parent
702fb6e95d
commit
ff90fc82e6
1 changed files with 1 additions and 0 deletions
|
@ -955,6 +955,7 @@ compelling reason, so..."
|
||||||
(defvar evil-org-special-o/O '(table-row))
|
(defvar evil-org-special-o/O '(table-row))
|
||||||
(defvar evil-org-use-additional-insert t)
|
(defvar evil-org-use-additional-insert t)
|
||||||
:config
|
:config
|
||||||
|
(add-hook 'evil-org-mode-hook #'evil-normalize-keymaps)
|
||||||
(evil-org-set-key-theme)
|
(evil-org-set-key-theme)
|
||||||
(add-hook! 'org-tab-first-hook :append
|
(add-hook! 'org-tab-first-hook :append
|
||||||
;; Only fold the current tree, rather than recursively
|
;; Only fold the current tree, rather than recursively
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue