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

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

[nongnu] elpa/evil-goggles 3dce5937ac 166/225: Pulsing is no longer expe


From: ELPA Syncer
Subject: [nongnu] elpa/evil-goggles 3dce5937ac 166/225: Pulsing is no longer experimental
Date: Wed, 12 Jan 2022 08:59:05 -0500 (EST)

branch: elpa/evil-goggles
commit 3dce5937ace61421c584ca50f0d12c754e22eee4
Author: Evgeni Kolev <evgenysw@gmail.com>
Commit: Evgeni Kolev <evgenysw@gmail.com>

    Pulsing is no longer experimental
---
 README.md       | 5 +++--
 evil-goggles.el | 4 +---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 8c0bddfa3a..f69199e6ce 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ By default, all goggles' faces inherit 
`evil-goggles-default-face`, which in tur
 ;; run `M-x list-faces-display` in a fresh emacs to get a list of faces on 
your emacs
 ```
 
-- To pulse the visual hint, rather than just show and hide it (experimental):
+- To pulse the visual hint, rather than just show and hide it:
 
 ``` emacs-lisp
 (setq evil-goggles-pulse t)
@@ -174,5 +174,6 @@ evil-goggles-undo-redo-change-face
 - [Aug 02, 2017] Add experimental support for undo/redo (no longer 
experimental since Sep 16, 2017)
 - [Sep 13, 2017] Emacs 24 support
 - [Sep 16, 2017] Support for undo/redo is no longer experimental
-- [Sep 17, 2017] Add experimental support for pulsing hints
+- [Sep 17, 2017] Add experimental support for pulsing hints (no longer 
experimental since Dec 02, 2017)
 - [Nov 03, 2017] Add options `evil-goggles-async-duration` and 
`evil-goggles-blocking-duration`
+- [Dec 02, 2017] Pulsing hints is no longer experimental
diff --git a/evil-goggles.el b/evil-goggles.el
index bfe31f7ab3..aefb2bb91b 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -78,9 +78,7 @@ If nil, the value of `evil-goggles-duration' will be used."
   :group 'evil-goggles)
 
 (defcustom evil-goggles-pulse nil
-  "If t, the overlay hint will pulse rather than appear and disapper.
-
-This option is experimental."
+  "If t, the hint will pulse, rather than just appear and disapper."
   :type 'boolean
   :group 'evil-goggles)
 



reply via email to

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