~ruther/emacs.d

ref: 7cb1763f6b15b77e67c8eb30952e3945fdc20538 emacs.d/Makefile -rw-r--r-- 85 bytes
7cb1763f — Rutherther feat: add geiser and guix 1 year, 4 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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