~ruther/emacs.d

ref: 980ec8dde2ac5f9efe893d0a862093e5da9e0f44 emacs.d/Makefile -rw-r--r-- 85 bytes
980ec8dd — Rutherther feat: add embark ace-window integration 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