mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-12 15:20:50 -05:00
Merge branch 'main' into single-monitor
This commit is contained in:
commit
6f9bd2c551
1 changed files with 4 additions and 0 deletions
|
@ -307,6 +307,10 @@
|
||||||
:config
|
:config
|
||||||
(setq sphinx-doc-include-types t))
|
(setq sphinx-doc-include-types t))
|
||||||
|
|
||||||
|
(use-package numpydoc
|
||||||
|
:bind (:map python-mode-map
|
||||||
|
("C-c C-n" . numpydoc-generate)))
|
||||||
|
|
||||||
;; Rust
|
;; Rust
|
||||||
|
|
||||||
;(use-package rust-mode)
|
;(use-package rust-mode)
|
||||||
|
|
Loading…
Reference in a new issue