~ruther/emacs.d

ref: 3c37402439a49f6b3d130cb01887fc96022633e7 emacs.d/Makefile -rw-r--r-- 85 bytes
3c374024 — Rutherther feat: more keybindings 1 year, 7 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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