~ruther/emacs.d

ref: 594ea26001a477dc978ea58ecae8e743cd77aaf2 emacs.d/Makefile -rw-r--r-- 85 bytes
594ea260 — Rutherther feat: add pythong 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