Enable the mode in a definite way
`(anaconda-mode)` is to toggle the mode on/off.
This commit is contained in:
parent
dbfe0df1d0
commit
01569fa13f
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@
|
||||||
(defun prelude-python-mode-defaults ()
|
(defun prelude-python-mode-defaults ()
|
||||||
"Defaults for Python programming."
|
"Defaults for Python programming."
|
||||||
(subword-mode +1)
|
(subword-mode +1)
|
||||||
(anaconda-mode)
|
(anaconda-mode 1)
|
||||||
(eldoc-mode)
|
(eldoc-mode 1)
|
||||||
(which-function-mode -1)
|
(which-function-mode -1)
|
||||||
(setq-local electric-layout-rules
|
(setq-local electric-layout-rules
|
||||||
'((?: . (lambda ()
|
'((?: . (lambda ()
|
||||||
|
|
Loading…
Reference in a new issue