~ruther/emacs.d

ref: 2a349561d2341254deecd277eeb8b4c0053ff331 emacs.d/Makefile -rw-r--r-- 85 bytes
2a349561 — Rutherther feat: remove custom elisp indent 1 year, 4 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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