mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Don't trigger nav-flash in special windows
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
"Blink current line using `nav-flash'."
|
||||
(interactive)
|
||||
(unless (or (minibufferp)
|
||||
(derived-mode-p 'special-mode)
|
||||
(memq this-command '(mouse-set-point evil-mouse-drag-region)))
|
||||
(nav-flash-show)
|
||||
;; only show in the current window
|
||||
|
Reference in New Issue
Block a user