Set the bibtex-dialect to biblatex

This commit is contained in:
Gerard Vermeulen 2021-12-13 21:00:02 +01:00
parent b7030e1b9b
commit 329ef63e16
1 changed files with 4 additions and 0 deletions

View File

@ -649,6 +649,10 @@ below corrects this by advising to override ~TeX-brace-count-line~ with
(forward-char) t))))))
count)))
(advice-add 'TeX-brace-count-line :override #'my-TeX-brace-count-line))
(with-eval-after-load 'bibtex
(custom-set-variables
'(bibtex-dialect 'biblatex)))
#+end_src
*** TODO Improve the AUCTeX configuration slowly