adding reimg template and jinx-correct keybind

This commit is contained in:
Chris Cochrun 2024-10-30 15:58:24 -05:00
parent b16e4847e3
commit 307015b5fc
3 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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 "\" >}}")