diff --git a/.emacs.d/include/latexconfig.el b/.emacs.d/include/latexconfig.el index 94b2ec5..2948980 100644 --- a/.emacs.d/include/latexconfig.el +++ b/.emacs.d/include/latexconfig.el @@ -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."