Explorar el Código

Update py indent style

master
10sr hace 5 años
padre
commit
2c9ff11975
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Ver fichero

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



Cargando…
Cancelar
Guardar