From c7f42c47063ce8ed4c245510d7bc20815b02bafa Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 6 Jul 2017 16:38:36 +0200 Subject: [PATCH] Fix make run using incorrect emacs.d #142 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60e1fd0a1..7eb210d8c 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ testi: init.el .local/autoloads.el # For running Emacs from a different folder than ~/.emacs.d run: - @emacs $(EMACS_FLAGS) -l init.el + @$(EMACSI) $(EMACS_FLAGS) -l init.el doctor: @./bin/doctor