diff options
| author | tslilc <tslil@posteo.de> | 2025-06-24 11:29:20 +0100 |
|---|---|---|
| committer | tslilc <tslil@posteo.de> | 2025-06-24 11:29:20 +0100 |
| commit | 1805d8ddfc1b929101a02160938699ee239437cd (patch) | |
| tree | d601c3fc4003006812a0753b4d7205d78b616994 /emacs/inits/24-latex.el | |
| parent | bd10870657f0275f0ebd20093dd0ddeda47062de (diff) | |
[emacs] minor tweaks, move things to ~/.config
Diffstat (limited to 'emacs/inits/24-latex.el')
| -rw-r--r-- | emacs/inits/24-latex.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emacs/inits/24-latex.el b/emacs/inits/24-latex.el index 6c2b617..4f53e9f 100644 --- a/emacs/inits/24-latex.el +++ b/emacs/inits/24-latex.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2024-06-22 12h27 CEST (ed9189e9)> +;; Time-stamp: <2025-02-27 12h19 GMT (b2a2dfad)> (defvar latex-template-dir (expand-file-name "~/typeset/latex-templates")) (defun prompt-latex-file-template () @@ -20,9 +20,10 @@ populated from the directory *latex-template-dir*" (save-buffer))))) (use-package cdm-mode - :load-path "~/.emacs.d/scripts/") + :load-path "~/.config/emacs/scripts/") -(use-package unfill :ensure t) +;; TODO: this doesn't work anymore? +;; (use-package unfill :ensure t) (use-package latex :ensure auctex |
