~ruther/emacs.d

ref: 4651a3745212fc00d1e8b645739dda0205a0b41f emacs.d/Makefile -rw-r--r-- 85 bytes
4651a374 — Rutherther feat: properly propagate indent offset to evil-shift-width and tab-width 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