From 97ef60f4bdef9e73cc51ae04950c84badb3d67f0 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 26 Aug 2021 15:10:15 +0200 Subject: [PATCH] add org execute bind --- files/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/files/init.el b/files/init.el index 3b68c7b..20c9a4f 100644 --- a/files/init.el +++ b/files/init.el @@ -293,6 +293,7 @@ "oa" 'org-agenda "oca" 'org-capture "oes" 'org-edit-src-code + "obe" 'org-babel-execute-src-block "oti" 'org-toggle-inline-images "odi" 'org-display-inline-images "olp" 'org-latex-preview)