Merge pull request #840 from wujiang/patch-1
Enable the mode in a definite way
This commit is contained in:
commit
148a35a845
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@
|
|||
(defun prelude-python-mode-defaults ()
|
||||
"Defaults for Python programming."
|
||||
(subword-mode +1)
|
||||
(anaconda-mode)
|
||||
(eldoc-mode)
|
||||
(anaconda-mode 1)
|
||||
(eldoc-mode 1)
|
||||
(which-function-mode -1)
|
||||
(setq-local electric-layout-rules
|
||||
'((?: . (lambda ()
|
||||
|
|
Loading…
Reference in a new issue