fix(emacs): name emacs zathura process
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
71be4bff9c
commit
b1fb4801dc
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue