~ruther/emacs.d

ref: ca871b3081b66fb4a3458deab59a5905e5051af4 emacs.d/Makefile -rw-r--r-- 189 bytes
ca871b30 — Rutherther feat: switch to elpaca 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) -q --exec="(progn \
		(setq user-emacs-directory \"$(PWD)\") \
		(setq user-init-file (locate-user-emacs-file \"init.el\")) \
	)"
Do not follow this link