mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
make doom/blink-cursor interactive
This commit is contained in:
@ -93,6 +93,7 @@
|
|||||||
(doom/blink-cursor))))
|
(doom/blink-cursor))))
|
||||||
|
|
||||||
(defun doom/blink-cursor (&rest _)
|
(defun doom/blink-cursor (&rest _)
|
||||||
|
(interactive)
|
||||||
(unless (minibufferp)
|
(unless (minibufferp)
|
||||||
(nav-flash-show)
|
(nav-flash-show)
|
||||||
;; only show in the current window
|
;; only show in the current window
|
||||||
|
Reference in New Issue
Block a user