~ruther/emacs.d

ref: ba1f67b1781164136c1cda938ad419cbefcdcf3b emacs.d/Makefile -rw-r--r-- 85 bytes
ba1f67b1 — Rutherther feat: move from flycheck to flymake 11 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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