Fix #4288: no which-key label for TeX-view
This commit is contained in:
parent
1765dc8299
commit
0d6c32ff25
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ 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! :map latex-mode-map
|
||||
:localleader
|
||||
:desc "View" "v" #'TeX-view))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue