~ruther/emacs.d

ref: f815ad13916c16f90b052de0b554f9c0c6d4954c emacs.d/Makefile -rw-r--r-- 85 bytes
f815ad13 — Rutherther feat: add yasnippet 4 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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