ui/doom: fix blinking when using H/M/L jumps

This commit is contained in:
Henrik Lissner 2017-05-16 22:20:57 +02:00
parent 34feeefc1d
commit 20b7d4a6f9

View File

@ -126,8 +126,9 @@
(advice-add #'recenter :around #'doom*blink-cursor-maybe)
(after! evil
(dolist (fn '(evil-window-bottom evil-window-middle evil-window-top))
(advice-add fn :around #'doom*blink-cursor-maybe))))
(advice-add #'evil-window-top :after #'doom/blink-cursor)
(advice-add #'evil-window-middle :after #'doom/blink-cursor)
(advice-add #'evil-window-bottom :after #'doom/blink-cursor)))
(after! hideshow