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 ++++++ lisp/org-custom.el | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 lisp/latex-custom.el (limited to 'lisp') 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) diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 10adab9..6b4713b 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -65,4 +65,7 @@ ) +'(org-agenda-files (list org-directory)) +'(org-directory "~/Documents/org") + (provide 'org-custom) -- cgit v1.2.1