Skip to content

Commit

Permalink
tweak(latex): edit keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 30, 2023
1 parent d8bc950 commit f6fbe96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/me-latex.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
(+map-local! :keymaps '(tex-mode-map TeX-mode-map latex-mode-map LaTeX-mode-map)
"c" #'TeX-command-run-all
"m" #'TeX-command-master
"e" #'TeX-engine-set
"v" #'TeX-view)
:config
(when (functionp 'pdf-tools-install)
Expand Down

0 comments on commit f6fbe96

Please sign in to comment.