Add compile bindings to TeX hydra

This commit is contained in:
contrapunctus 2022-02-12 16:08:30 +05:30
parent 171bd11cef
commit 9013637999
1 changed files with 3 additions and 1 deletions

View File

@ -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