From 19d19f05c2e2bce317830c19ebdb0d04d31cee3e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 28 Sep 2020 08:10:08 +0300 Subject: emacs: underscores in symbols separate words --- emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1