~ruther/emacs.d

ref: 4ec4f00c5b66bfa54f055f19e2b3d2371d9cad2b emacs.d/Makefile -rw-r--r-- 85 bytes
4ec4f00c — Rutherther feat: add consult recommended keybindings 2 years ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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