~ruther/emacs.d

ref: 10f073de2424f0a30e3800490b356c868e4660b1 emacs.d/Makefile -rw-r--r-- 85 bytes
10f073de — Rutherther feat: make aw leading char bigger 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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