parent
a6f365bb3f
commit
eb3d645bde
1 changed files with 5 additions and 1 deletions
|
@ -100,7 +100,11 @@ If no viewers are found, `latex-preview-pane' is used.")
|
|||
(add-hook! '(tex-mode-local-vars-hook
|
||||
latex-mode-local-vars-hook)
|
||||
#'lsp!))
|
||||
(map! :map latex-mode-map
|
||||
(map! :localleader
|
||||
:map latex-mode-map
|
||||
:desc "View" "v" #'TeX-view)
|
||||
(map! :after latex
|
||||
:map LaTeX-mode-map
|
||||
:localleader
|
||||
:desc "View" "v" #'TeX-view))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue