TeX-view binding now in LaTeX module, redundant

This commit is contained in:
TEC 2020-11-01 01:23:07 +08:00
parent 0407f78984
commit b138b899bd
1 changed files with 1 additions and 5 deletions

View File

@ -6531,11 +6531,7 @@ Some local keybindings to make life a bit easier
(after! tex
(map!
:map LaTeX-mode-map
:ei [C-return] #'LaTeX-insert-item
;; normal stuff here
:localleader
:desc "View" "v" #'TeX-view)
:ei [C-return] #'LaTeX-insert-item)
(setq TeX-electric-math '("\\(" . "")))
#+end_src