~ruther/emacs.d

ref: a1fee77f41c3ce06558e34187c67c240f9d53e3a emacs.d/Makefile -rw-r--r-- 85 bytes
a1fee77f — Rutherther feat: show startup time 1 year, 4 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"
Do not follow this link