~ruther/emacs.d

ref: 792b3dc16e9c5ad4376da7d30ed3b215fcacabcd emacs.d/Makefile -rw-r--r-- 85 bytes
792b3dc1 — Rutherther feat: evil easymotion and snipe config 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"