fix(emacs): change zathura opening process
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
d3cdc74f89
commit
aed173cef5
1 changed files with 1 additions and 2 deletions
|
@ -22,9 +22,8 @@
|
|||
(unless (zerop (length --pdf-files))
|
||||
(defconst --pdf-command "zathura")
|
||||
(defconst --pdf-file (car --pdf-files))
|
||||
(defconst --shell-command (format "%s %s" --pdf-command --pdf-file))
|
||||
(setq-local async-shell-command-buffer 'rename-buffer)
|
||||
(async-shell-command --shell-command)))))
|
||||
(async-start-process "" --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