From 6108d3a4f51bd6d7cd977da33bebafd5e4ea8b7f Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 11 Dec 2018 22:03:02 +0100 Subject: [PATCH] remove the emacs config from the Makefile This signifficantly speeds up the compilation --- projekthandbuch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projekthandbuch/Makefile b/projekthandbuch/Makefile index 86ca8de..067b605 100644 --- a/projekthandbuch/Makefile +++ b/projekthandbuch/Makefile @@ -68,5 +68,5 @@ pictures/%.svg: pictures/%.puml java -jar ~/bin/plantuml.jar -tsvg $< projekthandbuch.tex: projekthandbuch.org - emacs -l ~/.emacs.d/init.el --batch \ + emacs --batch \ --eval="(progn (find-file \"projekthandbuch.org\") (org-latex-export-to-latex nil nil nil t))"