~ruther/emacs.d

ref: a4b2503c2afacf9078e9ee863b8da5a208334dcf emacs.d/Makefile -rw-r--r-- 85 bytes
a4b2503c — Rutherther fix: some fixes 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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