diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 3ccbd46f1..8cc5dd9c5 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -20,6 +20,7 @@ called.") :config (set-electric! 'python-mode :chars '(?:)) (set-repl-handler! 'python-mode #'+python/open-repl) + (set-docsets! 'python-mode "Python 3" "NumPy" "SciPy") (set-pretty-symbols! 'python-mode ;; Functional