~ruther/emacs.d

ref: f511672e1f1a106fb65592b90d58e9d9277fe2f9 emacs.d/Makefile -rw-r--r-- 85 bytes
f511672e — Rutherther feat: Make normal mode initial in comint mode 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