From be3f1990f00f862c48bcd1d177463de171bbe935 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 13 Jun 2019 12:26:44 +0900 Subject: [PATCH] Fix --- emacs.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 60e3a73..bdf1ab0 100644 --- a/emacs.el +++ b/emacs.el @@ -1302,8 +1302,9 @@ 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) +;; I want to use this, but this breaks normal self-insert-command +;; (set-variable 'py-indent-list-style +;; 'one-level-to-beginning-of-statement) (set-variable 'pydoc-command "python3 -m pydoc") (with-eval-after-load 'pydoc