Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-12 | snippets: pdb-set-trace: Use ipdb | Kyle Meyer | |
2018-04-01 | snippets: python: Add class snippet | Kyle Meyer | |
2017-07-27 | snippets: Remove redundant (or nearly redundant) names | Kyle Meyer | |
The name field defaults to the file name, so don't bother explicitly specifying a name field that matches or nearly matches the file name. | |||
2017-07-27 | snippets: Remove stale snippet | Kyle Meyer | |
2016-06-26 | Add more matplotlib layout snippets | Kyle Meyer | |
2016-05-28 | snippets/python-mode/pyplot: Delete | Kyle Meyer | |
This is now defined in bundled snippets. | |||
2016-02-18 | snippets: Add force-in-comment to Python docstring headers | Kyle Meyer | |
2015-10-14 | Use pseaborn instead of seaborn | Kyle Meyer | |
2015-07-03 | Don't require newline in snippets | Kyle Meyer | |
2015-07-03 | Update pymc import in snippets | Kyle Meyer | |
2015-04-03 | Add plt.subplots snippets | Kyle Meyer | |
2014-11-21 | Add 'pdb.set_trace()' snippet | Kyle Meyer | |
2014-09-06 | Add mpi4py import snippet | Kyle Meyer | |
2014-08-31 | Snippet for 'Examples' header of Python docstring | Kyle Meyer | |
2014-08-29 | Add snippet for h5py import | Kyle Meyer | |
2014-08-14 | Add seaborn import snippet | Kyle Meyer | |
2014-08-05 | Add yas-parents | Kyle Meyer | |
2014-07-13 | Update plotting import snippet for rename | Kyle Meyer | |
2014-07-13 | Decrease upper bound for NumPy random seed snippet | Kyle Meyer | |
numpy.random.mtrand bounds at 4294967295. | |||
2014-06-22 | Add defaultdict import snippet | Kyle Meyer | |
2014-03-25 | Correct indentation in pymc-file snippet | Kyle Meyer | |
Lost the "expand-env" line with bb0ba4f. | |||
2014-03-24 | Remove arg placeholder for pytest def snippet | Kyle Meyer | |
2014-03-24 | Reorganize and add Python snippets | Kyle Meyer | |
2014-03-24 | Break down NumPy yasnippets | Kyle Meyer | |
Make individual snippets for the parameters and returns headings. | |||
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 | |