diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-02-22 21:12:30 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-02-22 21:12:30 -0500 |
commit | 4e86b4cd2462ba45fd5fa991f12910b1fcb18e91 (patch) | |
tree | 4d411ccdf24b06420752a618db18644c6be03c38 /Makefile | |
parent | 3e5f73c259b6134bce6b4fd01830833a3f585cef (diff) | |
download | snakemake-mode-4e86b4cd2462ba45fd5fa991f12910b1fcb18e91.tar.gz |
make: Drop transient from the load path
This is no longer needed following the switch from Magit Popup to
Transient.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |