~ruther/emacs.d

ref: 02ccda75877d5aaa8ec142bbb636a4c059e86f30 emacs.d/Makefile -rw-r--r-- 85 bytes
02ccda75 — Rutherther feat: add eglot instead of lsp-mode 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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