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:`~") (fset 'sphinx-class ":class:`~")
:init :init
(progn (progn
(use-package pymacs :ensure t) (unbind-key "C-j" python-mode-map)
(use-package sphinx-doc :ensure t) (use-package pymacs)
(use-package sphinx-doc)
(defun imalison:python-mode () (defun imalison:python-mode ()
(setq show-trailing-whitespace t) (setq show-trailing-whitespace t)
(if use-python-tabs (python-tabs)) (if use-python-tabs (python-tabs))