Remove redundant variable

This commit is contained in:
Patrick Elliott 2020-04-07 13:16:40 -04:00
parent 854267905b
commit bee1a794a2
No known key found for this signature in database
GPG key ID: 7CA109C3974AF5FA

View file

@ -3,9 +3,6 @@
(defvar +latex-indent-level-item-continuation 4 (defvar +latex-indent-level-item-continuation 4
"Custom indentation level for items in enumeration-type environments") "Custom indentation level for items in enumeration-type environments")
(defvar +latex-bibtex-file nil
"File AUCTeX (specifically RefTeX) uses to search for citations.")
(defvar +latex-enable-unicode-math nil (defvar +latex-enable-unicode-math nil
"If non-nil, use `company-math-symbols-unicode' backend in LaTeX-mode, "If non-nil, use `company-math-symbols-unicode' backend in LaTeX-mode,
enabling unicode symbols in math regions. This requires the unicode-math latex enabling unicode symbols in math regions. This requires the unicode-math latex