mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(:lang): ensure lsp! is always appended to hooks
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user