From d23b5f34e7ed32945eef2bf665aac8a46bc04ad9 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 19 May 2022 16:33:35 -0400 Subject: [PATCH] Adapt LaTeX binding to tarmak --- global.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global.org b/global.org index e24e270..b2e0bd0 100644 --- a/global.org +++ b/global.org @@ -1595,7 +1595,8 @@ ("" . (lambda() (interactive) (insert "\\"))) ("S-" . (lambda() (interactive) (insert "|"))) ("C-c C-." . LaTeX-mark-environment) - ("C-c C-k" . (lambda (r-begin r-end) + ("C-c " . LaTeX-environment) + ("C-c C-e" . (lambda (r-begin r-end) (interactive "r") (add-delimiter "_{" "}" r-begin r-end))) ("C-c C-i" . (lambda (r-begin r-end)