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

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

[nongnu] elpa/pacmacs 3d49405193 136/472: Reset the score on start


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 3d49405193 136/472: Reset the score on start
Date: Thu, 6 Jan 2022 21:59:19 -0500 (EST)

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

    Reset the score on start
---
 pacmacs.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pacmacs.el b/pacmacs.el
index 0aa510dd51..278f92a241 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -98,6 +98,7 @@
   (pacmacs-mode)
 
   (setq pacmacs-lives 3)
+  (setq pacmacs-score 0)
   (setq pacmacs-current-level 0)
   (pacmacs--load-current-level)
   (pacmacs--switch-to-play-state)



reply via email to

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