mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ui/doom: fix blinking when using H/M/L jumps
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user