~ruther/emacs.d

ref: 044e0cc94d5588b1455fc7c8613d422e2adc396a emacs.d/Makefile -rw-r--r-- 85 bytes
044e0cc9 — Rutherther feat: make sure C-. is bound to embark 1 year, 7 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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