9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# key: e
|
||
|
# name: header arg - export
|
||
|
# condition: (~/yas-org-src-header-p)
|
||
|
# --
|
||
|
`(let ((out (~/yas-org-prompt-header-arg
|
||
|
:exports "Exports: "
|
||
|
'("code" "results" "both" "none"))))
|
||
|
(if out (concat ":exports " out " ") ""))`
|