1 files changed, 5 insertions(+), 1 deletions(-)
M init.el
M init.el => init.el +5 -1
@@ 194,7 194,11 @@
;;; TeX/LaTeX
(use-package tex
- :ensure auctex)
+ :ensure auctex
+ :config
+ (progn
+ (setcdr (assoc 'output-pdf TeX-view-program-selection)
+ '("Zathura"))))
;;; ability to insert random text