mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/nav-flash: blink after save-place jump
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
(advice-add #'windmove-do-window-select :around #'+doom*blink-cursor-maybe)
|
||||
(advice-add #'recenter :around #'+doom*blink-cursor-maybe)
|
||||
|
||||
(advice-add #'save-place-find-file-hook :after #'+doom/blink-cursor)
|
||||
|
||||
(after! evil
|
||||
(advice-add #'evil--jumps-jump :after #'+doom/blink-cursor)
|
||||
|
||||
|
Reference in New Issue
Block a user