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

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

[nongnu] elpa/pacmacs 4624b8a64c 307/472: Rename ghost-blinking-threshol


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 4624b8a64c 307/472: Rename ghost-blinking-threshold cons (#159)
Date: Thu, 6 Jan 2022 21:59:34 -0500 (EST)

branch: elpa/pacmacs
commit 4624b8a64c7ceaf555e576cb565d7202b52c4ee6
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Rename ghost-blinking-threshold cons (#159)
    
    So it contains the units
---
 pacmacs.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pacmacs.el b/pacmacs.el
index 2c110f2e5f..6a8de9ee48 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -49,7 +49,7 @@
 
 (defconst pacmacs-buffer-name "*Pacmacs*")
 (defconst pacmacs-tick-duration-ms 100)
-(defconst pacmacs--ghost-blinking-threshold 2500)
+(defconst pacmacs--ghost-blinking-threshold-ms 2500)
 (defconst pacmacs--ghost-terrified-time-ms 5000)
 
 (defvar pacmacs-debug-output nil)
@@ -158,7 +158,7 @@
     (plist-bind ((terrified-timer :terrified-timer))
         terrified-ghost
       (when (<= (- terrified-timer pacmacs-tick-duration-ms)
-                pacmacs--ghost-blinking-threshold
+                pacmacs--ghost-blinking-threshold-ms
                 terrified-timer)
         (plist-put terrified-ghost
                    :current-animation



reply via email to

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