diff options
author | JSDurand <mmemmew@gmail.com> | 2023-05-30 13:34:29 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-05-30 13:34:29 +0800 |
commit | 010da2d415be8481ce5a43f1ba8dd2ee47abf0d7 (patch) | |
tree | a815e72bbd26c8ef71e72ddcffb9ff833adc79bf /tex-conf.el | |
parent | a7eff915e6691d1fc412c8d6df01e1906e8e9b38 (diff) |
TeX: bind 'H-t' to `durand-tex-do-all`.
Add a binding to run the commands.
Diffstat (limited to 'tex-conf.el')
-rw-r--r-- | tex-conf.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tex-conf.el b/tex-conf.el index 4cf5ac0..89065ea 100644 --- a/tex-conf.el +++ b/tex-conf.el @@ -248,6 +248,7 @@ (TeX-command-run-all arg)) (define-key LaTeX-mode-map (vector 3 ?t) #'durand-tex-do-all) +(define-key LaTeX-mode-map (vector ?\H-t) #'durand-tex-do-all) (define-key LaTeX-math-mode-map (LaTeX-math-abbrev-prefix) t) |