~ruther/emacs.d

ref: fcd42fd1a87cd7f0ea9c2654d12cf09a606832c2 emacs.d/Makefile -rw-r--r-- 85 bytes
fcd42fd1 — Rutherther feat: add git timemachine, git gutter 10 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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