Merge branch 'main' into single-monitor

This commit is contained in:
Andrew Scott 2022-01-25 23:35:21 -05:00
commit 3e4ae50cce
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -309,7 +309,9 @@
(use-package numpydoc
:bind (:map python-mode-map
("C-c C-n" . numpydoc-generate)))
("C-c C-n" . numpydoc-generate))
:config
(setq numpydoc-insert-examples-block nil))
;; Rust