1
0
Fork 0

fix(emacs): remove unnecessary var change

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-29 15:59:18 -05:00
parent c1e5ed2b31
commit d8b96bc49b
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -25,7 +25,6 @@
(unless (zerop (length --pdf-files))
(defconst --pdf-command "zathura")
(defconst --pdf-file (car --pdf-files))
(setq-local async-shell-command-buffer 'rename-buffer)
(async-start-process "emacs-zathura" --pdf-command nil --pdf-file)))))
(defun latex-env-theorem (environment)