Explorar el Código

Add eldoc-mode disable on python-mode

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

+ 7
- 0
emacs.el Ver fichero

@@ -2462,6 +2462,13 @@ Any output will be written to current buffer."
(add-hook 'dired-after-readin-hook #'dired-k-no-revert)
)

(add-hook 'python-mode
(lambda ()
;; Currently on python-mode eldoc-mode sometimes print
;; wired message on "from" keyword:
;;var from = require("./from")
(eldoc-mode -1)))

;; Local Variables:
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)
;; flycheck-checker: emacs-lisp


Cargando…
Cancelar
Guardar