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