~ruther/emacs.d

ref: 18c9fb5bca7f8a9c0a532be885551a44bfbb7ef6 emacs.d/Makefile -rw-r--r-- 85 bytes
18c9fb5b — Rutherther feat: add magit-todos 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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