~ruther/emacs.d

ref: 2d806a16d031624995f2791ba6d28be7b83d7753 emacs.d/Makefile -rw-r--r-- 85 bytes
2d806a16 — Rutherther feat: add lsp speedup 1 year, 6 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"
Do not follow this link