~ruther/emacs.d

ref: aba88c7c0513ac59a7641ad3e28172de7e4a029f emacs.d/Makefile -rw-r--r-- 85 bytes
aba88c7c — Rutherther chore: proper starting and ending comments in init.el files 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