Remove :latex-bibtex-{file,dir} settings

Setting a single variable is preferrable to using a setting to abstract
it.
This commit is contained in:
Henrik Lissner 2018-06-12 14:24:11 +02:00
parent a77a967299
commit 6dc413c044
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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.