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

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

[nongnu] elpa/exec-path-from-shell 03d8d1f971 3/5: Fix up emacs startup


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell 03d8d1f971 3/5: Fix up emacs startup template
Date: Sat, 4 Nov 2023 07:01:05 -0400 (EDT)

branch: elpa/exec-path-from-shell
commit 03d8d1f97121442a2fd6040b97f3e234460f30d9
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Fix up emacs startup template
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4b342a5881..93fd2abc3e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ INIT_PACKAGES="(progn \
   (require 'package) \
   (push '(\"melpa\" . \"https://melpa.org/packages/\";) package-archives) \
   (package-initialize) \
-  (dolist (pkg '(${NEEDED_PACKAGES})) \
+  (dolist (pkg '(DEPS)) \
     (unless (package-installed-p pkg) \
       (unless (assoc pkg package-archive-contents) \
         (package-refresh-contents)) \



reply via email to

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