- Now ElPy installed from MELPA, not from http://jorgenschaefer.github.io/packages/
- Added M-, shortcut, to jump back to the place where M-. was called.
- Added snippet to make a Trepan debugger set_trace.
- Removed local key 'C-c g' for git status. Now this settings in the main config with bindings in another repository.
- Snippets for pdb and pudb where fixed to override similar from elpy.
- Change pudb's theme to classic.
- Don't activate yasnippets on the python level. Now it is activated by emacs main config directly.
- Fixed loading of emacs config. It was broken because flymake-cursor-mode function is absent in flymake-cursor.el.
- Fixed
column-enforce-modesetup.
- Use
column-enforce-modeto highlight long lines. - Highlight not only
pdb.set_trace(), but any line containing.set_trace().
- Bind "C-c g" to magit-status.
- Add config and light solarized theme for pudb. Color theme is compatible with iTerm2's light solarized theme.