Make snippets for org header args

This commit is contained in:
Kiana Sheibani 2024-03-07 01:46:11 -05:00
parent 1dedd8c273
commit 4d2e6eed7b
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
12 changed files with 155 additions and 2 deletions

View file

@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# key: n
# name: header arg - noweb
# condition: (~/yas-org-src-header-p)
# --
`(let ((out (~/yas-org-prompt-header-arg
:noweb "NoWeb: "
'("no" "yes" "tangle" "no-export" "strip-export" "eval"))))
(if out (concat ":noweb " out " ") ""))`