Defer company-reftex
This commit is contained in:
parent
6b58c8d451
commit
c1381d7747
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue