diff options
| author | tslil clingman <> | 2024-07-13 15:07:01 +0200 |
|---|---|---|
| committer | tslil clingman <> | 2024-07-13 15:09:41 +0200 |
| commit | ed836738a16efb7721b72f6aa58f07541fd37393 (patch) | |
| tree | 077b925d8ad499d8c50b37c5049cae50e4e606f9 /emacs/inits/24-latex.el | |
| parent | 31da2d6faa41043ce5e1ddc9b8f6ac0aacc49708 (diff) | |
[emacs] cleanup
Diffstat (limited to 'emacs/inits/24-latex.el')
| -rw-r--r-- | emacs/inits/24-latex.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/inits/24-latex.el b/emacs/inits/24-latex.el index 4b9e908..6c2b617 100644 --- a/emacs/inits/24-latex.el +++ b/emacs/inits/24-latex.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2024-05-27 20h16 CEST (83a9252e)> +;; Time-stamp: <2024-06-22 12h27 CEST (ed9189e9)> (defvar latex-template-dir (expand-file-name "~/typeset/latex-templates")) (defun prompt-latex-file-template () @@ -126,6 +126,7 @@ populated from the directory *latex-template-dir*" ;; (add-hook 'TeX-after-compilation-finished-functions #'TeX-revert-document-buffer) ) +;; TODO investigate tex-parens (use-package cdlatex :ensure t |
