From becff06c71d277647eda4378203d03ab36e141eb Mon Sep 17 00:00:00 2001 From: mattkae Date: Tue, 17 May 2022 07:07:37 -0400 Subject: Evil mode and latex support --- lisp/latex-custom.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lisp/latex-custom.el (limited to 'lisp/latex-custom.el') diff --git a/lisp/latex-custom.el b/lisp/latex-custom.el new file mode 100644 index 0000000..65f73db --- /dev/null +++ b/lisp/latex-custom.el @@ -0,0 +1,6 @@ + +(defun setup-latex() + ;(setq TeX-PDF-mode t) +) + +(provide 'latex-custom) -- cgit v1.2.1