Emacs: set default bibtex dialect
This commit is contained in:
parent
5255dd4e4c
commit
e5600ccebb
1 changed files with 1 additions and 4 deletions
|
@ -1066,11 +1066,8 @@
|
||||||
;; bibtex
|
;; bibtex
|
||||||
;; BibTeX editing
|
;; BibTeX editing
|
||||||
(use-package bibtex
|
(use-package bibtex
|
||||||
:config
|
|
||||||
;; Run prog mode hooks for bibtex
|
|
||||||
|
|
||||||
;; Use a modern BibTeX dialect
|
;; Use a modern BibTeX dialect
|
||||||
(bibtex-set-dialect 'biblatex))
|
:config (bibtex-set-dialect 'biblatex)
|
||||||
;; Run prog mode hooks for bibtex
|
;; Run prog mode hooks for bibtex
|
||||||
:hook (bibtex-mode-hook . (lambda () (run-hooks 'prog-mode-hook))))
|
:hook (bibtex-mode-hook . (lambda () (run-hooks 'prog-mode-hook))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue