Ver código fonte

Add pydoc advice

master
10sr 5 anos atrás
pai
commit
f0f071a67a
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Ver arquivo

@@ -1305,6 +1305,10 @@ found, otherwise returns nil."
'one-level-to-beginning-of-statement)
(set-variable 'pydoc-command
"python3 -m pydoc")
(with-eval-after-load 'pydoc
(when (require 'with-venv nil t)
(with-venv-advice-add 'pydoc)))


(when (autoload-eval-lazily 'pipenv)
;; (declare-function pipenv-projectile-after-switch-default "pipenv")


Carregando…
Cancelar
Salvar