Set the bibtex-dialect to biblatex
This commit is contained in:
parent
b7030e1b9b
commit
329ef63e16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user