~ruther/emacs.d

ref: 13bb0cb21f0fa4fd220e15105190dbf7915b5372 emacs.d/Makefile -rw-r--r-- 85 bytes
13bb0cb2 — Rutherther feat: add vundo 2 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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