~ruther/emacs.d

ref: fa19ef13fba1e5fc9c48e2ebe32abe5afbd699b4 emacs.d/Makefile -rw-r--r-- 85 bytes
fa19ef13 — Rutherther feat: use C-\ also for visual mode 9 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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