From 307015b5fc94ada890fbbb781db48ae889f42823 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 30 Oct 2024 15:58:24 -0500 Subject: [PATCH] adding reimg template and jinx-correct keybind --- README.org | 1 + init.el | 1 + templates | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/README.org b/README.org index d5b75130..89ea4172 100644 --- a/README.org +++ b/README.org @@ -1216,6 +1216,7 @@ Part of this config includes some special capture templates for my work as a you ('normal org-mode-map "RET" '+org/dwim-at-point "gC" 'chris/org-columns-view + "ga" 'jinx-correct "ge" 'org-edit-src-code "gr" 'revert-buffer "gt" 'org-set-tags-command diff --git a/init.el b/init.el index 3e894bb5..4871b0ee 100644 --- a/init.el +++ b/init.el @@ -925,6 +925,7 @@ much faster. The hope is to also make this a faster version of imenu." ('normal org-mode-map "RET" '+org/dwim-at-point "gC" 'chris/org-columns-view + "ga" 'jinx-correct "ge" 'org-edit-src-code "gr" 'revert-buffer "gt" 'org-set-tags-command diff --git a/templates b/templates index c25079f2..b376a9f0 100644 --- a/templates +++ b/templates @@ -107,6 +107,12 @@ org-mode :reveal_extra_attr: data-background-video=\""p"\" data-background-size=\"contain\" :END: +") +(reimg "** +:PROPERTIES: +:reveal_background: "p" +:reveal_extra_attr: data-background-size=\"contain\" +:END: ") (hugo-image "{{< figure src=" p " alt=\"" p "\" caption=\""p "\" >}}") (hugo-carousel "{{< carousel images=\"" p "\" >}}")