adding reimg template and jinx-correct keybind
This commit is contained in:
parent
b16e4847e3
commit
307015b5fc
|
@ -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
|
||||
|
|
1
init.el
1
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
|
||||
|
|
|
@ -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 "\" >}}")
|
||||
|
|
Loading…
Reference in a new issue