]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/tex-style.el
Update AUCTeX ELPA package to the new 11.87 release.
[gnu-emacs-elpa] / packages / auctex / tex-style.el
index 781aa11342716b52f866fceb39867c4772108aae..1c911688104f11fb5d1ef2ee094661d5fdc00fda 100644 (file)
@@ -213,6 +213,13 @@ It can be a list of themes or a function.  If it is the symbol
             :tag "Other"
             (string)))))
 
+;; style/biblatex.el
+
+(defcustom LaTeX-biblatex-use-Biber t
+  "Whether to use Biber with biblatex."
+  :type 'boolean
+  :group 'LaTeX-style)
+
 ;; style/comment.el
 
 (defcustom LaTeX-comment-env-list '("comment")