~ruther/emacs.d

ref: 70986588c85fd5c71ddd16b76f00d2e7f57683fb emacs.d/Makefile -rw-r--r-- 85 bytes
70986588 — Rutherther minor changes 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