~ruther/emacs.d

ref: 04b82d30d2f5c1a0407d313001615e88836d9e02 emacs.d/Makefile -rw-r--r-- 85 bytes
04b82d30 — Rutherther chore: move custom-setup.el to lisp/ subfolder 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