1
0
Fork 0

fix(emacs): name emacs zathura process

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

View file

@ -26,7 +26,7 @@
(defconst --pdf-command "zathura") (defconst --pdf-command "zathura")
(defconst --pdf-file (car --pdf-files)) (defconst --pdf-file (car --pdf-files))
(setq-local async-shell-command-buffer 'rename-buffer) (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) (defun latex-env-theorem (environment)
"Insert ENVIRONMENT with the given name and ref specifications." "Insert ENVIRONMENT with the given name and ref specifications."