~ruther/emacs.d

ref: a8b3821c729ce877636b1547da1dffcc7537df67 emacs.d/Makefile -rw-r--r-- 85 bytes
a8b3821c — Rutherther feat: change evil search to evil-search 20 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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