Map Tex-view to localleader-v
This commit is contained in:
parent
57ef63d6ba
commit
ccfa2855a1
1 changed files with 4 additions and 1 deletions
|
@ -95,7 +95,10 @@ If no viewers are found, `latex-preview-pane' is used.")
|
|||
(when (featurep! +lsp)
|
||||
(add-hook! '(tex-mode-local-vars-hook
|
||||
latex-mode-local-vars-hook)
|
||||
#'lsp!)))
|
||||
#'lsp!))
|
||||
(map! :map LaTeX-mode-map
|
||||
:localleader
|
||||
:desc "View" "v" #'TeX-view)))
|
||||
|
||||
|
||||
(use-package! tex-fold
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue