~ruther/emacs.d

ref: f3e102bfd712d1c7a198c825852f10205ab8d5e9 emacs.d/Makefile -rw-r--r-- 85 bytes
f3e102bf — Rutherther feat: add non-normal-prefix for leader M-SPC 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