Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
I'm not sure how I messed that up so bad initially. | |||
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 | |
Implement function similar to `ess-eval-function-or-paragraph-and-step'. | |||
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 | |
6cbfae7 broke this function when the test file doesn't exist. I'm not sure why I used `with-current-buffer' in the first place, considering the desired action is to switch to the file in another window. | |||
2014-02-10 | Swap python test and compile keybindings | Kyle Meyer | |
I keep using the wrong one, so I must think it makes more sense this way. | |||
2014-02-10 | Make `create-python-test-file` find file if exists | Kyle Meyer | |
Instead of raising an error if the file exist, just open file in other buffer. | |||
2014-02-01 | Use prefix argument to choose py.test{,2} compile | Kyle Meyer | |
2014-01-26 | Reorganize and use require-package | Kyle Meyer | |
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el. | |||
2014-01-26 | Follow Purcell's emacs.d structure | Kyle Meyer | |
User init files are added using provide/require. https://github.com/purcell/emacs.d |