~ruther/emacs.d

ref: 89d273039a61bd499d71a0640feb4754d2ce5263 emacs.d/Makefile -rw-r--r-- 85 bytes
89d27303 — Rutherther feat: bring up warning window only errors, not warnings 1 year, 4 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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