From 01569fa13f925ae857000d762d559bf165a66df5 Mon Sep 17 00:00:00 2001
From: Wu Jiang <wu@minus.com>
Date: Thu, 16 Apr 2015 13:14:34 -0400
Subject: [PATCH] Enable the mode in a definite way

`(anaconda-mode)` is to toggle the mode on/off.
---
 modules/prelude-python.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/prelude-python.el b/modules/prelude-python.el
index 8b71701..5c28374 100644
--- a/modules/prelude-python.el
+++ b/modules/prelude-python.el
@@ -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 ()