mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
evil-goggles-duration = 0.1
Display a little longer.
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
:when (featurep! :feature evil)
|
:when (featurep! :feature evil)
|
||||||
:after-call pre-command-hook
|
:after-call pre-command-hook
|
||||||
:init
|
:init
|
||||||
(setq evil-goggles-duration 0.05
|
(setq evil-goggles-duration 0.1
|
||||||
evil-goggles-pulse nil ; too slow
|
evil-goggles-pulse nil ; too slow
|
||||||
;; evil-goggles provides a good indicator of what has been affected.
|
;; evil-goggles provides a good indicator of what has been affected.
|
||||||
;; delete/change is obvious, so I'd rather disable it for these.
|
;; delete/change is obvious, so I'd rather disable it for these.
|
||||||
|
Reference in New Issue
Block a user