~ruther/emacs.d

ref: bc4a59e36cbdf26861fee83594f1862aab46ffd7 emacs.d/Makefile -rw-r--r-- 85 bytes
bc4a59e3 — Rutherther feat: helpful package 10 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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