From 0e9fd716d2b3dc0b2c7c9bdb94c7c18cd2d56b4f Mon Sep 17 00:00:00 2001 From: daanturo Date: Fri, 19 Mar 2021 20:41:20 +0700 Subject: [PATCH] Extend Python's docsets to Python REPL. --- modules/lang/python/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index a091c7c0c..b401c57ee 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -27,7 +27,7 @@ (set-eglot-client! 'python-mode '("Microsoft.Python.LanguageServer")))) :config (set-repl-handler! 'python-mode #'+python/open-repl :persist t) - (set-docsets! 'python-mode "Python 3" "NumPy" "SciPy" "Pandas") + (set-docsets! '(python-mode inferior-python-mode) "Python 3" "NumPy" "SciPy" "Pandas") (set-ligatures! 'python-mode ;; Functional