Emacs: set default bibtex dialect

This commit is contained in:
Marcel Kapfer 2018-02-23 09:58:58 +01:00
parent 5255dd4e4c
commit e5600ccebb
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 4 deletions

View File

@ -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))))