~ruther/emacs.d

ref: 127e33bf1d02b16d9a9364c883adf86bf1b66de2 emacs.d/Makefile -rw-r--r-- 85 bytes
127e33bf — Rutherther feat: eldoc show multiple strategies 9 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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