Minor fixes in docs and check for :lang lsp.
This commit is contained in:
parent
d046d35aeb
commit
6b68dcceee
3 changed files with 5 additions and 6 deletions
|
@ -181,11 +181,9 @@ If no viewers are found, `latex-preview-pane' is used.")
|
|||
(add-to-list '+latex--company-backends #'+latex-symbols-company-backend nil #'eq))
|
||||
|
||||
(after! tex-mode
|
||||
(when (featurep! +lsp)
|
||||
(when (and (featurep! +lsp) (featurep! :tools lsp))
|
||||
(add-hook 'tex-mode-local-vars-hook #'lsp!)
|
||||
(add-hook 'latex-mode-local-vars-hook #'lsp!)
|
||||
(after! yatex
|
||||
(add-hook 'yatex-mode-local-vars-hook #'lsp!))))
|
||||
(add-hook 'latex-mode-local-vars-hook #'lsp!)))
|
||||
|
||||
;; bibtex + reftex
|
||||
(load! "+ref")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue