~ruther/emacs.d

ref: feat/run-command emacs.d/Makefile -rw-r--r-- 85 bytes
415ace37 — Rutherther feat: init run-command, shell-command-x 9 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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