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

+ 3
- 2
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


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