~ruther/emacs.d

ref: d6c2c1e24ff4e969ae3ed7b36d562d5bc697fd61 emacs.d/Makefile -rw-r--r-- 85 bytes
d6c2c1e2 — Rutherther feat: add evil-anzu 1 year, 2 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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