From dad58cb31d3ff4cdc69040dae5a0e9d74b70abc8 Mon Sep 17 00:00:00 2001 From: daanturo Date: Sat, 13 Mar 2021 22:41:48 +0700 Subject: [PATCH] Add "Pandas" to python-mode's docsets. --- 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 043045bef..a091c7c0c 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") + (set-docsets! 'python-mode "Python 3" "NumPy" "SciPy" "Pandas") (set-ligatures! 'python-mode ;; Functional