~ruther/emacs.d

ref: 50bf74f3527f2f4e5e08604411b5047668e7f2d3 emacs.d/Makefile -rw-r--r-- 85 bytes
50bf74f3 — Rutherther chore: some keybinding changes 11 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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