~ruther/emacs.d

ref: 10fe288495f7e88a3f3f52c8c1af7345397845a7 emacs.d/Makefile -rw-r--r-- 85 bytes
10fe2884 — Rutherther feat: switch to minibuffer, revert buffer, vterm dedicated 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