lang/latex: refactor package loading mechanism
This commit is contained in:
parent
d9894f0b74
commit
0bdf638813
1 changed files with 1 additions and 8 deletions
|
@ -23,13 +23,7 @@
|
||||||
;; Plugins
|
;; Plugins
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(def-package! tex-site
|
(after! tex-site
|
||||||
:init
|
|
||||||
;; Manually load the AUCTEX autoloads. This is normally done by
|
|
||||||
;; package-initialize, ... which we do not use.
|
|
||||||
(load "auctex.el" nil t t)
|
|
||||||
(load "auctex-autoloads.el" nil t t)
|
|
||||||
:config
|
|
||||||
;; Set some varibles to fontify common LaTeX commands.
|
;; Set some varibles to fontify common LaTeX commands.
|
||||||
(load! +fontification)
|
(load! +fontification)
|
||||||
(setq ;; Enable parse on load.
|
(setq ;; Enable parse on load.
|
||||||
|
@ -179,7 +173,6 @@
|
||||||
|
|
||||||
(def-package! bibtex
|
(def-package! bibtex
|
||||||
:defer t
|
:defer t
|
||||||
:mode ("\\.bib\\'" . bibtex-mode)
|
|
||||||
:config
|
:config
|
||||||
(setq bibtex-dialect 'biblatex
|
(setq bibtex-dialect 'biblatex
|
||||||
bibtex-align-at-equal-sign t
|
bibtex-align-at-equal-sign t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue