branch: elpa/evil-goggles
commit f6519214b8e5608e1f43dffbe435ad8221746376
Author: Evgeni Kolev <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 856ede580d..cb6aba4387 100644
--- a/README.md
+++ b/README.md
@@ -134,14 +134,14 @@ evil-goggles-undo-redo-change-face
``` emacs-lisp
;; this variable affects "blocking" hints, for example when deleting - the
hint is displayed,
-the deletion is delayed (blocked) until the hint disappers, then the hint is
removed and the
-deletion executed; it makes sense to have this duration short
-(setq evil-goggles-blocking-duration 0.100) ;; default is nil, i.e. use
`evil-goggles-duration' which defaults to 0.200
+;; the deletion is delayed (blocked) until the hint disappers, then the hint
is removed and the
+;; deletion executed; it makes sense to have this duration short
+(setq evil-goggles-blocking-duration 0.100) ;; default is nil, i.e. use
`evil-goggles-duration'
;; this variable affects "async" hints, for example when indenting - the
indentation
-is performed with the hint visible, i.e. the hint is displayed, the action
(indent) is
-executed (asynchronous), then the hint is removed, highlighting the result of
the indentation
-(setq evil-goggles-async-duration 0.900) ;; default is nil, i.e. use
`evil-goggles-duration' which defaults to 0.200
+;; is performed with the hint visible, i.e. the hint is displayed, the action
(indent) is
+;; executed (asynchronous), then the hint is removed, highlighting the result
of the indentation
+(setq evil-goggles-async-duration 0.900) ;; default is nil, i.e. use
`evil-goggles-duration'
```
- To disable the hint on certain actions modify these variable before
`evil-goggles-mode` is started: