~ruther/emacs.d

ref: b17aaed7b214da62a6f3f21073cac25d7e71b4f5 emacs.d/Makefile -rw-r--r-- 85 bytes
b17aaed7 — Rutherther feat: Make keyboard-quit smarter 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"