summaryrefslogtreecommitdiff
path: root/init/km-python.el
AgeCommit message (Collapse)Author
2013-08-12Add python2/3 variants to interpreter mode alistKyle Meyer
For cases that specify python2 or python3 specifically in shebang but don't have a .py extension. Before I was using "-*- mode: python -*-" in these files.
2013-08-11Add missing interactive callKyle Meyer
2013-07-19add py.test compiling keybindingsKyle Meyer
2013-07-08wrap ipython settings in functionKyle Meyer
this interferes with org babel session, so I'll only call it when i plan ot use ipython
2013-06-30move python shebang/common imports to yasnippetKyle Meyer
2013-05-18set ipython as interpreterKyle Meyer
at some point in the past, I had trouble getting ipython set as the interpreter that I could send snippets of python files to. Now, however, it seems to be working nicely removing sys.exit keybinding because I was mostly using it in to limit what I was running from ipython, but shouldn't need to do that now
2013-05-18tweak python analysis importsKyle Meyer
2013-04-20cleaning upKyle Meyer
2013-01-12glob init files files for loadingKyle Meyer