Removed bibtex dir variable
This commit is contained in:
parent
00322883d7
commit
ed4f7301ba
1 changed files with 1 additions and 7 deletions
|
@ -3,9 +3,6 @@
|
||||||
(defvar +latex-bibtex-file ""
|
(defvar +latex-bibtex-file ""
|
||||||
"File AUCTeX (specifically RefTeX) uses to search for citations.")
|
"File AUCTeX (specifically RefTeX) uses to search for citations.")
|
||||||
|
|
||||||
(defvar +latex-bibtex-dir ""
|
|
||||||
"Where bibtex files are kept.")
|
|
||||||
|
|
||||||
(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")
|
||||||
|
|
||||||
|
@ -187,10 +184,7 @@
|
||||||
|
|
||||||
(after! bibtex-completion
|
(after! bibtex-completion
|
||||||
(unless (string-empty-p +latex-bibtex-file)
|
(unless (string-empty-p +latex-bibtex-file)
|
||||||
(setq bibtex-completion-bibliography (list (expand-file-name +latex-bibtex-file))))
|
(setq bibtex-completion-bibliography (list (expand-file-name +latex-bibtex-file)))))
|
||||||
(unless (string-empty-p +latex-bibtex-dir)
|
|
||||||
(setq bibtex-completion-library-path (list +latex-bibtex-dir)
|
|
||||||
bibtex-completion-notes-path (expand-file-name "notes.org" +latex-bibtex-dir))))
|
|
||||||
|
|
||||||
(def-package! company-auctex
|
(def-package! company-auctex
|
||||||
:when (featurep! :completion company)
|
:when (featurep! :completion company)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue