Tom Willemse
0875226500
I don't actually need to run git for every file that is opened, and when I run with ‘guix shell --pure’ it throws errors.
7 lines
204 B
Makefile
7 lines
204 B
Makefile
build.mk: literate-build.org
|
|
HOME=".emacs-local" emacs -quick -batch \
|
|
-eval "(setq vc-handled-backends nil)" \
|
|
-load ob-tangle \
|
|
-eval "(org-babel-tangle-file \"$<\"))"
|
|
|
|
include build.mk
|