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

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

[nongnu] elpa/pacmacs ce1054fab3 433/472: Remove redundant find-resource


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs ce1054fab3 433/472: Remove redundant find-resource-file call (#191)
Date: Thu, 6 Jan 2022 21:59:46 -0500 (EST)

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

    Remove redundant find-resource-file call (#191)
---
 pacmacs.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pacmacs.el b/pacmacs.el
index 0f63d66528..1a09a7702d 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -740,7 +740,6 @@
 (defun pacmacs--load-map (map-name)
   (let* ((lines (split-string (->> map-name
                                    (format "%s/%s.txt" 
(pacmacs--get-levels-folder))
-                                   (pacmacs--find-resource-file)
                                    (f-read-text))
                               "\n" t))
          (board-width (apply 'max (mapcar #'length lines)))



reply via email to

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