summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-28 08:10:08 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-28 08:10:08 +0300
commit19d19f05c2e2bce317830c19ebdb0d04d31cee3e (patch)
treee1b50508fc465a62f292aa7e9df3d656ba5618ac
parent4711f216a820d4301cd615fa1482b8d78f0cfe47 (diff)
downloadliw-dot-files-19d19f05c2e2bce317830c19ebdb0d04d31cee3e.tar.gz
emacs: underscores in symbols separate words
-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