mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix make run using incorrect emacs.d #142
This commit is contained in:
2
Makefile
2
Makefile
@ -54,7 +54,7 @@ testi: init.el .local/autoloads.el
|
|||||||
|
|
||||||
# For running Emacs from a different folder than ~/.emacs.d
|
# For running Emacs from a different folder than ~/.emacs.d
|
||||||
run:
|
run:
|
||||||
@emacs $(EMACS_FLAGS) -l init.el
|
@$(EMACSI) $(EMACS_FLAGS) -l init.el
|
||||||
|
|
||||||
doctor:
|
doctor:
|
||||||
@./bin/doctor
|
@./bin/doctor
|
||||||
|
Reference in New Issue
Block a user