8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: org-codeblock
|
|
# key: <s
|
|
# --
|
|
#+begin_src ${1:$$(yas/choose-value '("golang" "graphql" "javascript" "json" "lisp" "python" "rust" "shell" "sql"))}
|
|
$0
|
|
#+end_src
|