~ruther/emacs.d

ref: 81bda35a527a86414cc0710890ee4022ce359d82 emacs.d/Makefile -rw-r--r-- 85 bytes
81bda35a — Rutherther feat: split ediff horizontally 3 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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