~ruther/emacs.d

ref: 7140e59804ca9eb0ad43f5a1be7ee46d8bc0f02c emacs.d/Makefile -rw-r--r-- 85 bytes
7140e598 — Rutherther feat: better jupyter usage 20 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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