Don't trigger nav-flash in special windows
This commit is contained in:
parent
35b76ee49b
commit
b5c57ab6e4
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
"Blink current line using `nav-flash'."
|
"Blink current line using `nav-flash'."
|
||||||
(interactive)
|
(interactive)
|
||||||
(unless (or (minibufferp)
|
(unless (or (minibufferp)
|
||||||
|
(derived-mode-p 'special-mode)
|
||||||
(memq this-command '(mouse-set-point evil-mouse-drag-region)))
|
(memq this-command '(mouse-set-point evil-mouse-drag-region)))
|
||||||
(nav-flash-show)
|
(nav-flash-show)
|
||||||
;; only show in the current window
|
;; only show in the current window
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue