evil-goggles-duration = 0.1

Display a little longer.
This commit is contained in:
Henrik Lissner 2018-06-04 00:12:51 +02:00
parent b7d619fc8e
commit 6729de9918
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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.