summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 193cb80..4ca63ab 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -45,6 +45,7 @@
(use-package python-mode
:config
+ (py-underscore-word-syntax-p-off)
(add-hook 'python-mode-hook 'blacken-mode))
(use-package yaml-mode