2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/latex/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! auctex)
|
|
|
|
;; (package! auctex-latexmk)
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-auctex))
|
|
|
|
(when (featurep! :completion ivy)
|
|
|
|
(package! ivy-bibtex))
|
|
|
|
(when (featurep! :completion helm)
|
|
|
|
(package! helm-bibtex))
|