~ruther/emacs.d

ref: 9592722b734c3db1cfb59953a1e6f9bce99cf2d5 emacs.d/Makefile -rw-r--r-- 85 bytes
9592722b — Rutherther chore: enable eglot completions in vhdl 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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