~ruther/emacs.d

ref: 73f835b7d2acb4869da9936de18c3a6b619284b8 emacs.d/Makefile -rw-r--r-- 85 bytes
73f835b7 — Rutherther feat: add evil-number 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