~ruther/emacs.d

ref: 602d0bdf1347b4552fcacd2dbdef9cad20627f3a emacs.d/Makefile -rw-r--r-- 85 bytes
602d0bdf — Rutherther feat: add lsp mode 2 years ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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