~ruther/emacs.d

ref: f3f653aa2255e8ee40a8bba777505ee6e52037ef emacs.d/Makefile -rw-r--r-- 85 bytes
f3f653aa — Rutherther chore: Do not put Async Shell Command to popper 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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