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

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

[nongnu] elpa/pacmacs 1ed9c057cc 127/472: Add padding above the lives


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 1ed9c057cc 127/472: Add padding above the lives
Date: Thu, 6 Jan 2022 21:59:18 -0500 (EST)

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

    Add padding above the lives
---
 pacmacs.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pacmacs.el b/pacmacs.el
index cbb050c575..be0b6a73e6 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -411,6 +411,7 @@
         (let ((anim-object (pacmacs--cell-get pacmacs-board row column)))
           (pacmacs-render-object anim-object)))
       (insert "\n")))
+  (insert "\n")
   (dotimes (i pacmacs-lives)
     (pacmacs--render-live-icon)))
 



reply via email to

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