~ruther/emacs.d

ref: 398955dbbf582dee1be86ad37a8f0e3b3a3029d9 emacs.d/Makefile -rw-r--r-- 85 bytes
398955db — Rutherther feat: use project instead of projectile 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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