~ruther/emacs.d

ref: aaf621dda1a43fd8355d933b88295d0afdfd7b36 emacs.d/Makefile -rw-r--r-- 85 bytes
aaf621dd — Rutherther chore: add gitignore a year ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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