~ruther/emacs.d

ref: d578c9ec5ae0857a3471c91684207b0ac75a9c93 emacs.d/Makefile -rw-r--r-- 85 bytes
d578c9ec — Rutherther feat: disable eglot imenu integration 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