~ruther/emacs.d

ref: 6e8bca09bd9e04ad2c9c70858b7318f2787a477a emacs.d/Makefile -rw-r--r-- 85 bytes
6e8bca09 — Rutherther feat: use wait t instead of elpaca-wait for general.el 2 years ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"