Remove :latex-bibtex-{file,dir} settings
Setting a single variable is preferrable to using a setting to abstract it.
This commit is contained in:
parent
a77a967299
commit
6dc413c044
1 changed files with 0 additions and 10 deletions
|
@ -1,15 +1,5 @@
|
||||||
;;; lang/latex/autoload.el -*- lexical-binding: t; -*-
|
;;; 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
|
;;;###autoload
|
||||||
(defun +latex/LaTeX-indent-item ()
|
(defun +latex/LaTeX-indent-item ()
|
||||||
"Provide proper indentation for LaTeX \"itemize\",\"enumerate\", and \"description\" environments.
|
"Provide proper indentation for LaTeX \"itemize\",\"enumerate\", and \"description\" environments.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue