From 0e2cbdf8f5b85d1796881f4841d7afe7a30b8499 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 21 May 2019 03:42:12 -0400 Subject: [PATCH] ui/nav-flash: trigger on switch-window --- modules/ui/nav-flash/config.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/ui/nav-flash/config.el b/modules/ui/nav-flash/config.el index 0720c6d94..0539242a0 100644 --- a/modules/ui/nav-flash/config.el +++ b/modules/ui/nav-flash/config.el @@ -11,11 +11,12 @@ ;; NOTE In :tools lookup `recenter' is hooked to a bunch of jumping ;; commands, which will trigger nav-flash. (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) #'+nav-flash|blink-cursor-maybe) + (add-hook 'doom-switch-window-hook #'+nav-flash|blink-cursor) + ;; `org' (add-hook 'org-follow-link-hook #'+nav-flash|delayed-blink-cursor)