~ruther/emacs.d

ref: 10ecb4a0579b1d17874057a6aadd0f4a7e4e06c5 emacs.d/Makefile -rw-r--r-- 85 bytes
10ecb4a0 — Rutherther feat: add general keybindings 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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