~ruther/emacs.d

ref: b692e47dd713f0222a3fd57e0877dd6931ee39a3 emacs.d/Makefile -rw-r--r-- 85 bytes
b692e47d — Rutherther feat: use evil collection defaults 1 year, 5 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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