~ruther/emacs.d

ref: 3aa1e8d0b5fdd05293360751c13d5639957da9a9 emacs.d/Makefile -rw-r--r-- 85 bytes
3aa1e8d0 — Rutherther feat: package to make it possible to inherit env in temp buffers 13 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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