~ruther/emacs.d

ref: 6c1f556ca6d5bf1cb0c995496a956d7aeacc775e emacs.d/Makefile -rw-r--r-- 85 bytes
6c1f556c — Rutherther feat: python repl in popper 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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