~ruther/emacs.d

ref: ecf23f62bf4f7222cfaf7119325f0f940a9cafa2 emacs.d/Makefile -rw-r--r-- 85 bytes
ecf23f62 — Rutherther feat: use "SPC o" for ace-window 9 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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