diff --git a/emacs.el b/emacs.el index 3821892..8813b87 100644 --- a/emacs.el +++ b/emacs.el @@ -1301,6 +1301,8 @@ found, otherwise returns nil." (with-eval-after-load 'python (defvar python-mode-map (make-sparse-keymap)) (define-key python-mode-map (kbd "C-m") 'newline-and-indent)) +(set-variable 'py-indent-list-style + 'one-level-to-beginning-of-statement) (set-variable 'pydoc-command "python3 -m pydoc")