branch: elpa/evil-goggles
commit 13fd7e348ca69953d1df8809a8e10e78bde8f38b
Author: Evgeni Kolev <[email protected]>
Commit: Evgeni Kolev <[email protected]>

    Disable pulsing by default
---
 evil-goggles.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/evil-goggles.el b/evil-goggles.el
index 47d8268290..9941ba0546 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -44,10 +44,8 @@
   :type 'number
   :group 'evil-goggles)
 
-(defcustom evil-goggles-pulse (display-graphic-p)
-  "If t, the overlay hint will pulse rather than appear and disapper.
-
-Default is t for graphic displays, nil otherwise"
+(defcustom evil-goggles-pulse nil
+  "If t, the overlay hint will pulse rather than appear and disapper."
   :type 'boolean
   :group 'evil-goggles)
 

Reply via email to