summaryrefslogtreecommitdiff
path: root/snippets/python-mode/shebang
AgeCommit message (Collapse)Author
2014-03-24Reorganize and add Python snippetsKyle Meyer
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-06-30move python shebang/common imports to yasnippetKyle Meyer