git » just-lisp-things.git » commit 31ffb8a

Vendor emacs APE from https://github.com/ahgamut/superconfigure

author Alan Dipert
2023-12-09 00:55:48 UTC
committer Alan Dipert
2023-12-09 00:55:48 UTC
parent d34029b024b39001db17c9e7e4130c99fdf3d2d1

Vendor emacs APE from https://github.com/ahgamut/superconfigure

Makefile +3 -1
bin/emacs +0 -0

diff --git a/Makefile b/Makefile
index dbabe01..8014af9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,11 @@ FEED_ID := urn:uuid:489f7ea4-0699-11ea-b588-843a4b7c6000
 POST_BASE_URL := $(BLOG_URL)/posts
 TITLE := "Just Lisp Things"
 
+EMACS := bin/emacs
+
 RSYNC_DEST := $(DREAMHOST_SSH_USER)@$(DREAMHOST_SSH_HOST):/home/$(DREAMHOST_SSH_USER)/tailrecursion.com/jlt-test/
 
-GEN := emacs --quick --script scripts/gen.el
+GEN := $(EMACS) --quick --script scripts/gen.el
 
 all: public
 
diff --git a/bin/emacs b/bin/emacs
new file mode 100755
index 0000000..637a72f
Binary files /dev/null and b/bin/emacs differ