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

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

[nongnu] elpa/pacmacs 7285f61d45 164/472: Require pacmacs-board in the p


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 7285f61d45 164/472: Require pacmacs-board in the pacmacs-render module
Date: Thu, 6 Jan 2022 21:59:21 -0500 (EST)

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

    Require pacmacs-board in the pacmacs-render module
---
 .gitignore        | 3 ++-
 pacmacs-render.el | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c26aaf4216..07981c7a56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 .cask/
-dist/
\ No newline at end of file
+dist/
+*.elc
\ No newline at end of file
diff --git a/pacmacs-render.el b/pacmacs-render.el
index 12c65638e1..3485d75c6c 100644
--- a/pacmacs-render.el
+++ b/pacmacs-render.el
@@ -34,6 +34,7 @@
 
 (require 'pacmacs-image)
 (require 'pacmacs-anim)
+(require 'pacmacs-board)
 
 (defvar pacmacs--empty-cell nil)
 (defvar pacmacs--life-icon nil)



reply via email to

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