Merge pull request #62 from gilbertw1/feature-interactive-blink-cursor
make doom/blink-cursor interactive
This commit is contained in:
commit
358c7e52b7
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
|||
(doom/blink-cursor))))
|
||||
|
||||
(defun doom/blink-cursor (&rest _)
|
||||
(interactive)
|
||||
(unless (minibufferp)
|
||||
(nav-flash-show)
|
||||
;; only show in the current window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue