Enable the mode in a definite way

`(anaconda-mode)` is to toggle the mode on/off.
This commit is contained in:
Wu Jiang 2015-04-16 13:14:34 -04:00
parent dbfe0df1d0
commit 01569fa13f

View file

@ -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 ()