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