浏览代码

Add pydoc advice

master
10sr 5 年前
父节点
当前提交
f0f071a67a
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el 查看文件

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


正在加载...
取消
保存