~ruther/emacs.d

ref: eb8dce863d63ff5b462ff3fec9bb5620d662699a emacs.d/Makefile -rw-r--r-- 85 bytes
eb8dce86 — Rutherther feat: increase whitespace tolerance 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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