emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-goggles f6519214b8 149/225: Update README.md


From: ELPA Syncer
Subject: [nongnu] elpa/evil-goggles f6519214b8 149/225: Update README.md
Date: Wed, 12 Jan 2022 08:59:04 -0500 (EST)

branch: elpa/evil-goggles
commit f6519214b8e5608e1f43dffbe435ad8221746376
Author: Evgeni Kolev <evgenysw@gmail.com>
Commit: GitHub <noreply@github.com>

    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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]