dotfiles/.doom.d/snippets/clojurescript-mode/reg-sub
2022-03-09 01:05:14 -06:00

7 lines
203 B
Plaintext

# key: reg-sub
# name: reg-sub
# --
(re-frame/reg-sub
${1:sub-name}
(fn ${1:$(s-replace-regexp "^.*/" "" yas-text)}-input [[_ ]])
(fn ${1:$(s-replace-regexp "^.*/" "" yas-text)} [[]]))