index
:
emacs.d
master
Emacs configuration
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
init-python.el
Age
Commit message (
Expand
)
Author
2016-01-12
Rewrite configuration with use-package
Kyle Meyer
2016-01-09
Add km/mode-buffers function
Kyle Meyer
2016-01-09
Add command python-copy-last-shell-line-as-comment
Kyle Meyer
2016-01-06
Add file headers
Kyle Meyer
2015-11-15
Don't show method buttons in pydoc
Kyle Meyer
2015-11-15
Add functions for persistent pydoc commands
Kyle Meyer
2015-10-22
python: Don't try to guess indentation level
Kyle Meyer
2015-07-31
Set up outline-minor-mode for python and elisp
Kyle Meyer
2015-06-15
init-python.el: Rename hook function
Kyle Meyer
2015-05-31
Disable python shell autodetection
Kyle Meyer
2015-04-28
Add python-shell-send-set-string command
Kyle Meyer
2015-04-12
Disable jedi in Python mode
Kyle Meyer
2015-04-12
Stop semantic from taking over imenu in Python
Kyle Meyer
2015-04-12
Add km/pyton-indent-post-self-insert-function
Kyle Meyer
2015-03-14
Simplify IPython shell setup
Kyle Meyer
2015-02-02
Use auto-complete as yas fallback in Python mode
Kyle Meyer
2015-02-02
Rework key chords
Kyle Meyer
2015-01-28
Send up to line, not point, to Python shell
Kyle Meyer
2015-01-27
Improve organization and consistency of files
Kyle Meyer
2015-01-07
Fix some docstrings
Kyle Meyer
2014-11-30
Use Cask and Pallet to manage packages
Kyle Meyer
2014-11-21
Install and setup jedi
Kyle Meyer
2014-09-13
Add python-shell-send-buffer-up-to-point
Kyle Meyer
2014-07-23
Change method for binding mode-specific prefix
Kyle Meyer
2014-07-19
Correct python-shell-* rebindings
Kyle Meyer
2014-07-05
Set Python buffer compile command to py.test
Kyle Meyer
2014-06-22
Send function or paragraph to Python shell
Kyle Meyer
2014-06-22
Rebind Python-shell-send-defun
Kyle Meyer
2014-04-19
Rename km/create-python-test-file
Kyle Meyer
2014-04-19
Fix km/create-python-test-file
Kyle Meyer
2014-02-10
Swap python test and compile keybindings
Kyle Meyer
2014-02-10
Make `create-python-test-file` find file if exists
Kyle Meyer
2014-02-01
Use prefix argument to choose py.test{,2} compile
Kyle Meyer
2014-01-26
Reorganize and use require-package
Kyle Meyer
2014-01-26
Follow Purcell's emacs.d structure
Kyle Meyer