Defer company-reftex

This commit is contained in:
Patrick Elliott 2018-07-18 16:58:26 +02:00
parent 6b58c8d451
commit c1381d7747

View file

@ -31,8 +31,8 @@
;; set up completion for citations and references ;; set up completion for citations and references
(def-package! company-reftex (def-package! company-reftex
:when (featurep! :completion company) :when (featurep! :completion company)
:after reftex :defer t
:config :init
(set-company-backend! 'reftex-mode 'company-reftex-labels 'company-reftex-citations)) (set-company-backend! 'reftex-mode 'company-reftex-labels 'company-reftex-citations))
;; set up mode for bib files ;; set up mode for bib files