diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 27c64776f..61700cff1 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -19,6 +19,7 @@ :config (set! :repl 'python-mode '+python/repl) + (set! :electric 'python-mode :chars '(?:)) (define-key python-mode-map (kbd "DEL") nil) ; interferes with smartparens (sp-with-modes 'python-mode