Skip to content

Commit

Permalink
emacs/evil: add a hook for update evil keymaps
Browse files Browse the repository at this point in the history
This can fix github:emacs-evil/evil#301.
  • Loading branch information
Vonfry committed May 31, 2022
1 parent 4b489b6 commit 17aca11
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
(nmap-leader "' d" 'vonfry/insert-current-date))

(use-package evil
:hook
(window-configuration-change . evil-normalize-keymaps)
:config
(evil-mode 1)
(fset 'evil-visual-update-x-selection 'ignore)
Expand Down

0 comments on commit 17aca11

Please sign in to comment.