~ruther/emacs.d

ref: 8866167abd3a3a01395013423e20ac82eed2ca14 emacs.d/Makefile -rw-r--r-- 85 bytes
8866167a — Rutherther feat: move custom.el file 11 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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