~ruther/emacs.d

ref: 6a4142ff8f63efe562f0b5b104694be9f0c71452 emacs.d/Makefile -rw-r--r-- 85 bytes
6a4142ff — Rutherther feat: add revert-buffer SPC f R 1 year, 6 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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