From 76cc6e73bad9e39d75c73dc46be9b11e93d81a1e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 22 May 2019 20:44:43 -0400 Subject: zathura is supported out of the box in AUCTeX, delete customization --- .emacs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.emacs b/.emacs index 922cc47..d0dfce8 100644 --- a/.emacs +++ b/.emacs @@ -38,12 +38,6 @@ '("corollary" LaTeX-env-label) '("lemma" LaTeX-env-label) '("conjecture" LaTeX-env-label)))) - (add-to-list 'TeX-view-program-list - '("Zathura" - ("zathura " - (mode-io-correlate " --synctex-forward %n:0:%b -x \"emacsclient +%{line} %{input}\" ") - " %o") - "zathura")) (add-to-list 'TeX-view-program-selection '(output-pdf "Zathura")) (add-hook 'LaTeX-mode-hook -- cgit v1.2.3