Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kayhide/snippets


https://github.com/kayhide/snippets

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# snippets for emacs yasnippet #

```
git clone kayhide/snippets ~/.snippets
```

```lisp
(require 'yasnippet)
(setq yas-snippet-dirs '("~/.snippets"
"~/path/to/some/snippets"
"~/path/to/other/snippets"))
```