diff --git a/modules/lang/latex/autoload.el b/modules/lang/latex/autoload.el index 663be0d2b..6e95a3ff6 100644 --- a/modules/lang/latex/autoload.el +++ b/modules/lang/latex/autoload.el @@ -1,15 +1,5 @@ ;;; lang/latex/autoload.el -*- lexical-binding: t; -*- -;;;###autoload -(def-setting! :latex-bibtex-file (file) - "Sets the default file RefTeX uses to search for citations." - `(setq +latex-bibtex-file ,file)) - -;;;###autoload -(def-setting! :latex-bibtex-dir (dir) - "Sets the directory where AUCTeX will search for PDFs associated to BibTeX references." - `(setq +latex-bibtex-dir ,dir)) - ;;;###autoload (defun +latex/LaTeX-indent-item () "Provide proper indentation for LaTeX \"itemize\",\"enumerate\", and \"description\" environments.