~ruther/emacs.d

ref: 9f6183f1755c12bfd890c15cd47ac2a3b7014cde emacs.d/Makefile -rw-r--r-- 85 bytes
9f6183f1 — Rutherther feat: support emacs without shell env with env var 3 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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