ソースを参照

Update py indent style

master
10sr 5年前
コミット
2c9ff11975
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      emacs.el

+ 2
- 0
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")



読み込み中…
キャンセル
保存