~ruther/emacs.d

ref: 769e9d0d4e15343123b5a616eaa9181f9bb08f2f emacs.d/Makefile -rw-r--r-- 85 bytes
769e9d0d — Rutherther feat: vc-rename dired 2 years ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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