mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)
|
||||
|
||||
(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
|
||||
|
Reference in New Issue
Block a user