~ruther/emacs.d

ref: c3a45f45e927c2a699255a3808b6ef6a1c73804a emacs.d/Makefile -rw-r--r-- 85 bytes
c3a45f45 — Rutherther chore: increase whitespace limit 20 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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