ソースを参照

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


読み込み中…
キャンセル
保存