Merge pull request #4794 from daanturo/Pandas-to-Python-docsets
Add "Pandas" to python-mode's docsets.
This commit is contained in:
commit
2391328d8c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue