Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-08 | Change key for python shebang snippet | Kyle Meyer | |
Key used to be '#!', but on update giving error: [yas] elisp error! Symbol's function definition is void: ca-all-asscs This is coming from the text-mode/bang snippet with the key "!". `ca-all-asscs' is defined in Andrea Crotti's snippet repo: https://github.com/AndreaCrotti/Emacs-configuration/blob/01ac040840ceba0a909317046e8a83867aea1022/modules/ca-utils.el#466-473 Changing key for python snippet to 'sb' to avoid conflict. | |||
2013-11-20 | Add pymc snippet | Kyle Meyer | |
2013-11-19 | Remove ticker import from matplotlib snippert | Kyle Meyer | |
Tend to use `locator_params` much more now | |||
2013-08-02 | Fix typos in plt snippet | Kyle Meyer | |
2013-07-22 | add pytest function snippet | Kyle Meyer | |
2013-06-30 | numpy docstring snippets | Kyle Meyer | |
2013-06-30 | move python shebang/common imports to yasnippet | Kyle Meyer | |