Open
Description
When using doom-snippets-expand
to chain snippets
# -*- mode: snippet -*-
# name: imp
# key: imp
# uuid: imp
# condition: t
# --
import `(doom-snippets-expand :uuid "libs")`
# -*- mode: snippet -*-
# name: libs
# key: libs
# uuid: libs
# condition: t
# --
${1:$$(yas-choose-value '("numpy" "scipy" "matplotlib" "pandas"))}
An extra YY
is added before the expansion, so if I select e.g scipy, I get:
import YYscipy
I don't know if this issue is related to the reference to the insertion of an extraneous Y
in https://emacs.stackexchange.com/questions/24060/yasnippet-truncates-clipboard-contents