fix(:lang): ensure lsp! is always appended to hooks
This commit is contained in:
parent
a70e634ebd
commit
9cb4c8b637
7 changed files with 12 additions and 10 deletions
|
@ -101,7 +101,7 @@ If no viewer is found, `latex-preview-pane-mode' is used.")
|
|||
(when (featurep! +lsp)
|
||||
(add-hook! '(tex-mode-local-vars-hook
|
||||
latex-mode-local-vars-hook)
|
||||
#'lsp!))
|
||||
:append #'lsp!))
|
||||
(map! :localleader
|
||||
:map latex-mode-map
|
||||
:desc "View" "v" #'TeX-view
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue