This commit is contained in:
Henrik Lissner 2020-03-29 16:41:01 -04:00
parent e5ac4cbff8
commit 35f18c5e74
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -80,6 +80,10 @@ capture, the end position, and the output buffer.")
(use-package! evil-markdown
:when (featurep! :editor evil +everywhere)
:hook (markdown-mode . evil-markdown-mode)
:init
;; REVIEW Until Somelauw/evil-markdown#1 is resolved:
(defun evil-disable-insert-state-bindings ()
evil-disable-insert-state-bindings)
:config
(add-hook 'evil-markdown-mode-hook #'evil-normalize-keymaps)
(map! :map evil-markdown-mode-map