Move company-auctex into company block

This commit is contained in:
Adam Goldsmith 2020-08-12 20:31:05 -04:00
parent d8f31d7e7d
commit 0d23ab5c48
1 changed files with 7 additions and 6 deletions

View File

@ -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