-
Hi, I am using mostly yasnippets for equations in org and tex documents. There is an option to auto expand the template/snippet depending if one is active in an texmath environment with
or similar to auto expand if one is not in such an environment:
Is it possible to auto expand in different environments with tempel as well? I did not find this in the documentation. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
See https://github.com/minad/tempel#template-file-format for the |
Beta Was this translation helpful? Give feedback.
-
ok, thank you for you help, I will check out, if I can figure it out |
Beta Was this translation helpful? Give feedback.
See https://github.com/minad/tempel#template-file-format for the
:when
key which can be used to specify a condition. Does this work for your use case?