Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kayhide/snippets
https://github.com/kayhide/snippets
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kayhide/snippets
- Owner: kayhide
- Created: 2014-07-26T05:46:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T11:56:22.000Z (over 8 years ago)
- Last Synced: 2023-08-03T19:35:35.568Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"))
```