mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 18:03:11 -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
|
||||
: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
|
||||
|
||||
|
|
Loading…
Reference in a new issue