minor python cleanup

This commit is contained in:
Ivan Malison 2016-04-11 12:02:23 -07:00
parent 0e2f11608f
commit 92b03277ca

View File

@ -2057,8 +2057,9 @@ window is active in the perspective."
(fset 'sphinx-class ":class:`~")
:init
(progn
(use-package pymacs :ensure t)
(use-package sphinx-doc :ensure t)
(unbind-key "C-j" python-mode-map)
(use-package pymacs)
(use-package sphinx-doc)
(defun imalison:python-mode ()
(setq show-trailing-whitespace t)
(if use-python-tabs (python-tabs))