From 4e86b4cd2462ba45fd5fa991f12910b1fcb18e91 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 22 Feb 2022 21:12:30 -0500 Subject: make: Drop transient from the load path This is no longer needed following the switch from Magit Popup to Transient. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8dd1437..85347e9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -LOAD_PATH = -L ../transient/lisp -L ../dash.el -L . +LOAD_PATH = -L ../transient/lisp -L . EMACS = emacs BATCH = $(EMACS) -Q --batch $(LOAD_PATH) CURL := curl --silent -- cgit v1.2.3