aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c09861c..281a2c7 100644
--- a/Makefile
+++ b/Makefile
@@ -7,11 +7,11 @@ WITH_EDITOR_DIR ?= /dev/null
MAGIT_POPUP_DIR ?= /dev/null
MAGIT_DIR ?= /dev/null
-EMACSBIN ?= emacs
+EMACS ?= emacs
LOAD_PATH = -L $(DASH_DIR) -L $(WITH_EDITOR_DIR) -L $(GHUB_DIR) \
-L $(MAGIT_POPUP_DIR) -L $(MAGIT_DIR)
-BATCH = $(EMACSBIN) -Q --batch $(LOAD_PATH)
+BATCH = $(EMACS) -Q --batch $(LOAD_PATH)
all: annexview.elc annexview-autoloads.el