Fix #4288: no which-key label for TeX-view

This commit is contained in:
Henrik Lissner 2020-11-19 22:43:31 -05:00
parent 1765dc8299
commit 0d6c32ff25
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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))