~ruther/emacs.d

ref: 415ace37251a4423c28a5261dea4bfccd6cfc620 emacs.d/Makefile -rw-r--r-- 85 bytes
415ace37 — Rutherther feat: init run-command, shell-command-x 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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