~ruther/emacs.d

ref: 26f7961d928fd011ab352a0a334a609376c16c8b emacs.d/Makefile -rw-r--r-- 85 bytes
26f7961d — Rutherther feat: use Rust treesitter 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"