~ruther/emacs.d

ref: 7b86886721292f21f24f35b5f53bb405cccc3d02 emacs.d/Makefile -rw-r--r-- 85 bytes
7b868867 — Rutherther feat: rebind minibuffer-completion-help 10 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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