mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -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
|
||||
(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)
|
||||
|
|
Loading…
Reference in a new issue