~ruther/emacs.d

ref: 5d1d16530e63e0f31dc657196583316fc76c8bff emacs.d/Makefile -rw-r--r-- 85 bytes
5d1d1653 — Rutherther chore: use eglot-ensure instead of eglot-deferred 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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