mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #62 from gilbertw1/feature-interactive-blink-cursor
make doom/blink-cursor interactive
This commit is contained in:
@ -93,6 +93,7 @@
|
||||
(doom/blink-cursor))))
|
||||
|
||||
(defun doom/blink-cursor (&rest _)
|
||||
(interactive)
|
||||
(unless (minibufferp)
|
||||
(nav-flash-show)
|
||||
;; only show in the current window
|
||||
|
Reference in New Issue
Block a user