~ruther/emacs.d

ref: f1463087faa949be037fdce198c48ac36f2e6dda emacs.d/Makefile -rw-r--r-- 85 bytes
f1463087 — Rutherther feat: bind magit find file a year ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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