summaryrefslogtreecommitdiff
path: root/lisp/init-python.el
AgeCommit message (Expand)Author
2015-06-15init-python.el: Rename hook functionKyle Meyer
2015-05-31Disable python shell autodetectionKyle Meyer
2015-04-28Add python-shell-send-set-string commandKyle Meyer
2015-04-12Disable jedi in Python modeKyle Meyer
2015-04-12Stop semantic from taking over imenu in PythonKyle Meyer
2015-04-12Add km/pyton-indent-post-self-insert-functionKyle Meyer
2015-03-14Simplify IPython shell setupKyle Meyer
2015-02-02Use auto-complete as yas fallback in Python modeKyle Meyer
2015-02-02Rework key chordsKyle Meyer
2015-01-28Send up to line, not point, to Python shellKyle Meyer
2015-01-27Improve organization and consistency of filesKyle Meyer
2015-01-07Fix some docstringsKyle Meyer
2014-11-30Use Cask and Pallet to manage packagesKyle Meyer
2014-11-21Install and setup jediKyle Meyer
2014-09-13Add python-shell-send-buffer-up-to-pointKyle Meyer
2014-07-23Change method for binding mode-specific prefixKyle Meyer
2014-07-19Correct python-shell-* rebindingsKyle Meyer
2014-07-05Set Python buffer compile command to py.testKyle Meyer
2014-06-22Send function or paragraph to Python shellKyle Meyer
2014-06-22Rebind Python-shell-send-defunKyle Meyer
2014-04-19Rename km/create-python-test-fileKyle Meyer
2014-04-19Fix km/create-python-test-fileKyle Meyer
2014-02-10Swap python test and compile keybindingsKyle Meyer
2014-02-10Make `create-python-test-file` find file if existsKyle Meyer
2014-02-01Use prefix argument to choose py.test{,2} compileKyle Meyer
2014-01-26Reorganize and use require-packageKyle Meyer
2014-01-26Follow Purcell's emacs.d structureKyle Meyer