summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 54ec1b5..fc7697e 100644
--- a/init.el
+++ b/init.el
@@ -1962,6 +1962,7 @@
(setq imenu-create-index-function #'python-imenu-create-index)
(set (make-local-variable 'compile-command) "pytest-3"))
(add-hook 'python-mode-hook #'km/python-set-local-vars)
+ (add-hook 'python-mode-hook 'flyspell-prog-mode)
(bind-keys :map python-mode-map
("C-c C-b" . python-shell-send-buffer)