~ruther/emacs.d

ref: 067a92d597ff159ff4b92a680c06f186a9d56d5b emacs.d/Makefile -rw-r--r-- 85 bytes
067a92d5 — Rutherther chore: add custom.el to .gitignore 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