~ruther/emacs.d

ref: 0f7e529d8c4c40e0923029e7edf8105e3ce55d60 emacs.d/Makefile -rw-r--r-- 85 bytes
0f7e529d — Rutherther feat: consult-ripgrep-all 11 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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