~ruther/emacs.d

ref: 17814c4496ebdb1c86820cabae50c38a37d7f0ee emacs.d/Makefile -rw-r--r-- 85 bytes
17814c44 — Rutherther feat: vterm 1 year, 1 day ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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