~ruther/emacs.d

ref: 8fa99053e68bde83de0ebeffdeda3e36ad8223ad emacs.d/Makefile -rw-r--r-- 85 bytes
8fa99053 — Rutherther feat: use init-directory feature to open emacs 10 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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