mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Added warning back in
This commit is contained in:
@ -190,6 +190,9 @@
|
||||
:config
|
||||
(def-package! company-math
|
||||
: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
|
||||
(add-hook! LaTeX-mode
|
||||
(setq-local company-backends
|
||||
|
Reference in New Issue
Block a user