aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-08-20 17:43:19 -0400
committerKyle Meyer <kyle@kyleam.com>2022-08-20 17:43:19 -0400
commit849a74c24597c72818f194cf410087fc7c07f3d1 (patch)
treeeb6fee12f66dce10548a886c6877a324bb2e7b83 /Makefile
parentfde294958f119bf30f041db5c4f6b32b9b6cb4d8 (diff)
downloadsnakemake-mode-849a74c24597c72818f194cf410087fc7c07f3d1.tar.gz
ci, make: Include compat for Transient
Transient requires compat as of 5ae3c40 (Depend on compat package from GNU Elpa, 2022-04-22).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6134c1c..c431b7d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-LOAD_PATH = -L ../transient/lisp -L .
+LOAD_PATH = -L ../compat -L ../transient/lisp -L .
EMACS = emacs
BATCH = $(EMACS) -Q --batch $(LOAD_PATH)