瀏覽代碼

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")



Loading…
取消
儲存