Fix make run using incorrect emacs.d #142
This commit is contained in:
parent
b9d73a6602
commit
c7f42c4706
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue