~ruther/emacs.d

ref: 1174865ffb5378a71eb27853d2c25b5e933206d3 emacs.d/Makefile -rw-r--r-- 85 bytes
1174865f — Rutherther feat: add custom setup script 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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