~ruther/emacs.d

ref: 838520902cd4f0d83fb57929a7323b4d9142739f emacs.d/Makefile -rw-r--r-- 85 bytes
83852090 — Rutherther fix: use system-type, not window-system, it's nil for daemon 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