~ruther/emacs.d

ref: 73856b9d565db5de92118e4cc5844a3eaf3aa3f3 emacs.d/Makefile -rw-r--r-- 85 bytes
73856b9d — Rutherther feat: add extra project markers 9 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"
Do not follow this link