~ruther/emacs.d

ref: ef65bf36147a3ce75157eee08787fc238db2fbe6 emacs.d/Makefile -rw-r--r-- 85 bytes
ef65bf36 — Rutherther feat: better window management 9 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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