From 2a9f285b2457bad1b6d35846829cfc5d4fef6f64 Mon Sep 17 00:00:00 2001 From: blendoit Date: Wed, 4 Sep 2019 01:45:45 -0700 Subject: Mode line changes color upon entering normal mode --- init_latex.el | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 init_latex.el (limited to 'init_latex.el') diff --git a/init_latex.el b/init_latex.el deleted file mode 100644 index 7500166..0000000 --- a/init_latex.el +++ /dev/null @@ -1,17 +0,0 @@ -;; Function obtained from https://wiki.archlinux.org/index.php/Emacs#SyncTeX_support - -(defcustom tex-my-viewer "zathura --fork -s -x \"emacsclient --eval '(progn (switch-to-buffer (file-name-nondirectory \"'\"'\"%{input}\"'\"'\")) (goto-line %{line}))'\"" - "PDF Viewer for TeX documents. You may want to fork the viewer -so that it detects when the same document is launched twice, and -persists when Emacs gets closed. - -Simple command: - - zathura --fork - -We can use - - emacsclient --eval '(progn (switch-to-buffer (file-name-nondirectory \"%{input}\")) (goto-line %{line}))' - -to reverse-search a pdf using SyncTeX. Note that the quotes and double-quotes matter and must be escaped appropriately." -:safe 'stringp) -- cgit v1.2.3