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

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

[nongnu] elpa/pacmacs e4e4053c26 306/472: Ghost terrified time as consta


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs e4e4053c26 306/472: Ghost terrified time as constant (#159)
Date: Thu, 6 Jan 2022 21:59:34 -0500 (EST)

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

    Ghost terrified time as constant (#159)
---
 pacmacs.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pacmacs.el b/pacmacs.el
index 553b2b64d0..2c110f2e5f 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -50,6 +50,7 @@
 (defconst pacmacs-buffer-name "*Pacmacs*")
 (defconst pacmacs-tick-duration-ms 100)
 (defconst pacmacs--ghost-blinking-threshold 2500)
+(defconst pacmacs--ghost-terrified-time-ms 5000)
 
 (defvar pacmacs-debug-output nil)
 
@@ -194,7 +195,7 @@
         :speed 1
         :speed-counter 0
         :type 'terrified-ghost
-        :terrified-timer 5000))
+        :terrified-timer pacmacs--ghost-terrified-time-ms))
 
 (defun pacmacs--make-ghost (row column)
   (list :row row



reply via email to

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