├── .gitignore ├── snippet-tests.el └── snippet.el /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaotavora/snippet/HEAD/.gitignore -------------------------------------------------------------------------------- /snippet-tests.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaotavora/snippet/HEAD/snippet-tests.el -------------------------------------------------------------------------------- /snippet.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaotavora/snippet/HEAD/snippet.el --------------------------------------------------------------------------------