summaryrefslogtreecommitdiff
path: root/snippets
AgeCommit message (Collapse)Author
2014-03-25Add another TODO snippetKyle Meyer
2014-03-24Remove arg placeholder for pytest def snippetKyle Meyer
2014-03-24Reorganize and add Python snippetsKyle Meyer
2014-03-24Break down NumPy yasnippetsKyle Meyer
Make individual snippets for the parameters and returns headings.
2013-12-08Change key for python shebang snippetKyle 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-20Add pymc snippetKyle Meyer
2013-11-19Remove ticker import from matplotlib snippertKyle Meyer
Tend to use `locator_params` much more now
2013-08-02Fix typos in plt snippetKyle Meyer
2013-07-22add pytest function snippetKyle Meyer
2013-06-30numpy docstring snippetsKyle Meyer
2013-06-30move python shebang/common imports to yasnippetKyle Meyer