~ruther/emacs.d

ref: cf47fbe60e820e7f80a294317d3158c23f66abfd emacs.d/Makefile -rw-r--r-- 85 bytes
cf47fbe6 — Rutherther feat: guix compatible setup 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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