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