~ruther/emacs.d

ref: bcc35b5e1534f07e6fb91af8a621d665558a3dc2 emacs.d/Makefile -rw-r--r-- 85 bytes
bcc35b5e — Rutherther feat: add ace-window for switching windows 1 year, 8 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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