~ruther/emacs.d

ref: 9d816cf136df315b125012487bce89963d07a8e0 emacs.d/Makefile -rw-r--r-- 85 bytes
9d816cf1 — Rutherther feat: better terminal usage 5 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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