~ruther/emacs.d

ref: 9ede808053e81729789c13724b20ee56b13db0ea emacs.d/Makefile -rw-r--r-- 85 bytes
9ede8080 — Rutherther feat: Add shell-command-x and other packages I tried (commented) 1 year, 2 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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