~ruther/emacs.d

ref: 3866f0da817e2972c175fd3c1e5e3899b71a8932 emacs.d/Makefile -rw-r--r-- 85 bytes
3866f0da — Rutherther feat: add vertico-directory and vertico-quick 1 year, 4 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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