mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -05:00
Merge branch 'main' into single-monitor
This commit is contained in:
commit
3e4ae50cce
1 changed files with 3 additions and 1 deletions
|
@ -309,7 +309,9 @@
|
||||||
|
|
||||||
(use-package numpydoc
|
(use-package numpydoc
|
||||||
:bind (:map python-mode-map
|
: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
|
;; Rust
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue