From b1fb4801dcc6ff215ea39d442c74731269048604 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 29 Feb 2024 14:28:37 -0500 Subject: [PATCH] fix(emacs): name emacs zathura process Signed-off-by: Lucas Sta Maria --- .emacs.d/include/latexconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/latexconfig.el b/.emacs.d/include/latexconfig.el index daec6e2..94b2ec5 100644 --- a/.emacs.d/include/latexconfig.el +++ b/.emacs.d/include/latexconfig.el @@ -26,7 +26,7 @@ (defconst --pdf-command "zathura") (defconst --pdf-file (car --pdf-files)) (setq-local async-shell-command-buffer 'rename-buffer) - (async-start-process "" --pdf-command nil --pdf-file))))) + (async-start-process "emacs-zathura" --pdf-command nil --pdf-file))))) (defun latex-env-theorem (environment) "Insert ENVIRONMENT with the given name and ref specifications."