Merge branch 'main' into single-monitor

This commit is contained in:
Andrew Scott 2022-01-25 23:20:09 -05:00
commit 6f9bd2c551
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -307,6 +307,10 @@
:config
(setq sphinx-doc-include-types t))
(use-package numpydoc
:bind (:map python-mode-map
("C-c C-n" . numpydoc-generate)))
;; Rust
;(use-package rust-mode)