~ruther/emacs.d

ref: 30b4d20939410cf649b99e054ee7c3fda53ca34d emacs.d/Makefile -rw-r--r-- 85 bytes
30b4d209 — Rutherther feat: add dape mode 11 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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