From 010da2d415be8481ce5a43f1ba8dd2ee47abf0d7 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 30 May 2023 13:34:29 +0800 Subject: TeX: bind 'H-t' to `durand-tex-do-all`. Add a binding to run the commands. --- tex-conf.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tex-conf.el') 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) -- cgit v1.2.3-18-g5258