Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |