minor python cleanup
This commit is contained in:
parent
0e2f11608f
commit
92b03277ca
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user