~ruther/emacs.d

ref: f67d73a29baf21fc8375bcb01b8a90f0a71dcaf0 emacs.d/Makefile -rw-r--r-- 85 bytes
f67d73a2 — Rutherther feat: add sh 11 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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