Move company-auctex into company block
This commit is contained in:
parent
d8f31d7e7d
commit
0d23ab5c48
@ -348,12 +348,17 @@
|
||||
(company-quickhelp-mode 1)
|
||||
(setq company-quickhelp-delay 0.5))
|
||||
|
||||
(use-package company-statistics
|
||||
:config
|
||||
(company-statistics-mode))
|
||||
|
||||
(use-package company-c-headers
|
||||
:config
|
||||
(add-to-list 'company-backends 'company-c-headers))
|
||||
(use-package company-statistics
|
||||
|
||||
(use-package company-auctex
|
||||
:config
|
||||
(company-statistics-mode)))
|
||||
(company-auctex-init)))
|
||||
|
||||
(use-package smart-mode-line :ensure :demand
|
||||
:config
|
||||
@ -948,10 +953,6 @@
|
||||
(which-key-posframe-mode)
|
||||
(set-face-background 'which-key-posframe "#333333")))
|
||||
|
||||
(use-package company-auctex
|
||||
:config
|
||||
(company-auctex-init))
|
||||
|
||||
(use-package prettier-js
|
||||
:hook ((js2-mode typescript-mode web-mode) . prettier-js-mode-maybe)
|
||||
:init
|
||||
|
Loading…
Reference in New Issue
Block a user