mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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 #'windmove-do-window-select :around #'+doom*blink-cursor-maybe)
|
||||||
(advice-add #'recenter :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
|
(after! evil
|
||||||
(advice-add #'evil--jumps-jump :after #'+doom/blink-cursor)
|
(advice-add #'evil--jumps-jump :after #'+doom/blink-cursor)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user