fix(emacs): use async process for latex just process
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
b1fb4801dc
commit
c1e5ed2b31
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
"Run the `just' command -- the command I use to compile my environment."
|
"Run the `just' command -- the command I use to compile my environment."
|
||||||
(interactive)
|
(interactive)
|
||||||
(save-buffer)
|
(save-buffer)
|
||||||
(shell-command-to-string "just"))
|
(async-start-process "emacs-just" "just" nil))
|
||||||
|
|
||||||
(defun open-out-pdf ()
|
(defun open-out-pdf ()
|
||||||
"Find and open the produced PDF via Zathura."
|
"Find and open the produced PDF via Zathura."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue