~ruther/emacs.d

ref: a2b5bda5eb1aecfdfb2dc1b46f79129b07156388 emacs.d/Makefile -rw-r--r-- 85 bytes
a2b5bda5 — Rutherther feat: quality of life additions 10 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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