~ruther/emacs.d

ref: 7d0c11a0ba89a4a7fe135e870a969cff45e49658 emacs.d/Makefile -rw-r--r-- 85 bytes
7d0c11a0 — Rutherther feat: do not load exec-path from shell on windows 9 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"
Do not follow this link