~ruther/emacs.d

ref: 434fcb2574e3113e27c1aceee9b1060f471dbb42 emacs.d/Makefile -rw-r--r-- 85 bytes
434fcb25 — Rutherther refactor: movement of keys to more appropriate place... remove comments 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