ui/nav-flash: trigger on switch-window
This commit is contained in:
parent
912cc4b522
commit
0e2cbdf8f5
1 changed files with 3 additions and 2 deletions
|
@ -11,11 +11,12 @@
|
||||||
;; NOTE In :tools lookup `recenter' is hooked to a bunch of jumping
|
;; NOTE In :tools lookup `recenter' is hooked to a bunch of jumping
|
||||||
;; commands, which will trigger nav-flash.
|
;; commands, which will trigger nav-flash.
|
||||||
(add-hook!
|
(add-hook!
|
||||||
'(doom-switch-window-hook
|
'(imenu-after-jump-hook better-jumper-post-jump-hook
|
||||||
imenu-after-jump-hook better-jumper-post-jump-hook
|
|
||||||
counsel-grep-post-action-hook dumb-jump-after-jump-hook)
|
counsel-grep-post-action-hook dumb-jump-after-jump-hook)
|
||||||
#'+nav-flash|blink-cursor-maybe)
|
#'+nav-flash|blink-cursor-maybe)
|
||||||
|
|
||||||
|
(add-hook 'doom-switch-window-hook #'+nav-flash|blink-cursor)
|
||||||
|
|
||||||
;; `org'
|
;; `org'
|
||||||
(add-hook 'org-follow-link-hook #'+nav-flash|delayed-blink-cursor)
|
(add-hook 'org-follow-link-hook #'+nav-flash|delayed-blink-cursor)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue