~ruther/emacs.d

ref: 50b655d0f40449d834b864787462c02dc569785b emacs.d/Makefile -rw-r--r-- 85 bytes
50b655d0 — Rutherther fix: golden-ratio in ediff 2 years ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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