abo-abo / auto-yasnippet

quickly create disposable yasnippets
245 stars 15 forks source link

Does a snippet need to have at least one marker? #42

Closed Tokubara closed 1 year ago

Tokubara commented 1 year ago

I find that I can't create a snippet without markers. I read the source code of aya-create and find that it take actions only when there is at least one marker. So I can't create a snippet without markers, right?

jasonm23 commented 1 year ago

Please explain why you'd need to?

If you want to repeat a yank/paste for a number of different text items. Use Emacs built in copy-to-register and C-<register number> yank to paste the specific register