~ruther/emacs.d

ref: 231623df4929400df87081d09e0b93db02df74d2 emacs.d/Makefile -rw-r--r-- 85 bytes
231623df — Rutherther wip 2 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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