~ruther/emacs.d

ref: 7241b0a5ea2ac5e427a592a295fe55cbecfc38c8 emacs.d/Makefile -rw-r--r-- 85 bytes
7241b0a5 — Rutherther feat: use lexical binding in init.el 4 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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