This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tidal-live-kit/README.md
T
Aneurin Barker Snook a838a87176 initial commit of live tidal kit
the two php scripts sync sample banks and yas snippets from selected
projects on disk. the original paths are actually all over the place,
so for consistency i symlink them on each machine in an ez path
2017-07-05 20:40:20 +01:00

5 lines
211 B
Markdown

Emacs configuration must load snippets and optionally overrides:
```
(setq yas-snippet-dirs (append yas-snippet-dirs '("~/Documents/Music/Live/kit/snippets" "~/Documents/Music/Live/kit/snippets-override")))
```