~ruther/emacs.d

ref: 80946b0c2726bbf4dc7374894dd5bfd3fd4c8f68 emacs.d/Makefile -rw-r--r-- 85 bytes
80946b0c — Rutherther feat: switch from vterm to eat 12 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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