doom-config/snippets/org-mode/header args/w

9 lines
268 B
Plaintext
Raw Permalink Normal View History

2024-03-07 01:46:11 -05:00
# -*- mode: snippet -*-
# key: w
# name: header arg - wrap
# condition: (~/yas-org-src-header-p)
# --
`(let ((out (~/yas-org-prompt-header-arg
:noweb "Wrap: "
'("example" "export" "comment" "src"))))
(if out (concat ":wrap " out " ") ""))`