1
0
Fork 0

fix(emacs): use async process for latex just process

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-29 14:28:49 -05:00
parent b1fb4801dc
commit c1e5ed2b31
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -14,7 +14,7 @@
"Run the `just' command -- the command I use to compile my environment."
(interactive)
(save-buffer)
(shell-command-to-string "just"))
(async-start-process "emacs-just" "just" nil))
(defun open-out-pdf ()
"Find and open the produced PDF via Zathura."