From 901363799926063a075cb3b4d349ed67c8b87a0c Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sat, 12 Feb 2022 16:08:30 +0530 Subject: [PATCH] Add compile bindings to TeX hydra --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 2c0a618..d4e6d28 100644 --- a/init.org +++ b/init.org @@ -1104,7 +1104,9 @@ Don't try to check if there are files with a certain extension...it will lead to #+BEGIN_SRC emacs-lisp (my-defhydra my-tex-hydra (:color blue) ("j" xref-find-definitions "Jump to definition") - ("h" my-help-hydra/body "Help")) + ("h" my-help-hydra/body "Help") + ("b" (my-compile-project "Makefile") "compile") + ("B" (my-compile-project "Makefile" t) "compile (prompt)")) #+END_SRC ** marginalia