yatemplate icon indicating copy to clipboard operation
yatemplate copied to clipboard

File templates for Emacs with YASnippet

Results 5 yatemplate issues
Sort by recently updated
recently updated
newest added

`auto-insert-mode` can define insertions by major mode (in addition to regex matching the filename). It would be great if `yatemplate` also supported this. Perhaps something-like: ``` 00:major-mode:c++-mode ``` To define...

When evaluating a template file for Makefile, the _tab_ before each command is gone. The template: ``` help: @echo "help" ``` The result: ``` help: @echo "help" ``` Tried to...

Currently regular expressions are stored in filename. this seems to be not working well on some os (yes, windows.). May there be a new way considered to store regular expressions?...

Hi, Sorry it's more of a question than an issue, but I could not find any info in the docs & the web. I have 2 templates for `.tex` files:...

I found the file-based regexp to be too limiting. In my case I needed to specify specific paths but forward-slash characters cannot be used in filenames. So rather than come...