~ruther/emacs.d

ref: ddef428bc7b011279ffc9cc0421d39f01b7065a6 emacs.d/Makefile -rw-r--r-- 85 bytes
ddef428b — Rutherther feat: add pdf-tools 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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