https://github.com/kayhide/snippets
https://github.com/kayhide/snippets
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kayhide/snippets
- Owner: kayhide
- Created: 2014-07-26T05:46:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T11:56:22.000Z (about 10 years ago)
- Last Synced: 2025-01-23T17:57:57.851Z (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"))
```