~ruther/emacs.d

ref: 5e6fc7e4ef85ae241c4a99e191acea7d3835ed7d emacs.d/Makefile -rw-r--r-- 85 bytes
5e6fc7e4 — Rutherther fix: do not set up shell env when EMACS_NO_SHELL_ENV is set 2 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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