mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Defer company-reftex
This commit is contained in:
@ -31,8 +31,8 @@
|
||||
;; set up completion for citations and references
|
||||
(def-package! company-reftex
|
||||
:when (featurep! :completion company)
|
||||
:after reftex
|
||||
:config
|
||||
:defer t
|
||||
:init
|
||||
(set-company-backend! 'reftex-mode 'company-reftex-labels 'company-reftex-citations))
|
||||
|
||||
;; set up mode for bib files
|
||||
|
Reference in New Issue
Block a user