~ruther/emacs.d

ref: 0e89f6e5b26ce51895f8e4b9ec96a2de018814c3 emacs.d/Makefile -rw-r--r-- 85 bytes
0e89f6e5 — Rutherther chore: move evil and general.el to early init 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