~ruther/emacs.d

ref: 99c7056d90ff2700d651be40d780c068009c21e6 emacs.d/Makefile -rw-r--r-- 85 bytes
99c7056d — Rutherther feat: add exec-path-from-shell 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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