mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Added warning back in
This commit is contained in:
@ -190,6 +190,9 @@
|
|||||||
:config
|
:config
|
||||||
(def-package! company-math
|
(def-package! company-math
|
||||||
:defer t
|
:defer t
|
||||||
|
;; We can't use the `set-company-backend!' because Auctex reports its
|
||||||
|
;; major-mode as `latex-mode', but uses LaTeX-mode-hook for its mode, which is
|
||||||
|
;; not something `set-company-backend!' anticipates (and shouldn't have to!)
|
||||||
:init
|
:init
|
||||||
(add-hook! LaTeX-mode
|
(add-hook! LaTeX-mode
|
||||||
(setq-local company-backends
|
(setq-local company-backends
|
||||||
|
Reference in New Issue
Block a user