~ruther/emacs.d

ref: 1a477c28d77491fd454fc0feb67e257881f67387 emacs.d/Makefile -rw-r--r-- 85 bytes
1a477c28 — Rutherther feat: add envrc 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"