ui/doom: fix blinking when using H/M/L jumps
This commit is contained in:
parent
34feeefc1d
commit
20b7d4a6f9
1 changed files with 3 additions and 2 deletions
|
@ -126,8 +126,9 @@
|
||||||
(advice-add #'recenter :around #'doom*blink-cursor-maybe)
|
(advice-add #'recenter :around #'doom*blink-cursor-maybe)
|
||||||
|
|
||||||
(after! evil
|
(after! evil
|
||||||
(dolist (fn '(evil-window-bottom evil-window-middle evil-window-top))
|
(advice-add #'evil-window-top :after #'doom/blink-cursor)
|
||||||
(advice-add fn :around #'doom*blink-cursor-maybe))))
|
(advice-add #'evil-window-middle :after #'doom/blink-cursor)
|
||||||
|
(advice-add #'evil-window-bottom :after #'doom/blink-cursor)))
|
||||||
|
|
||||||
|
|
||||||
(after! hideshow
|
(after! hideshow
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue