~ruther/emacs.d

ref: 753304e92c31a7367858d59f60544843c0469382 emacs.d/Makefile -rw-r--r-- 85 bytes
753304e9 — Rutherther feat: add load optimizations from igloo.el 1 year, 10 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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