add docstring formatter and generator for emacs
All checks were successful
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 9m8s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 9s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m32s

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-03-31 03:58:21 -04:00
parent 29bcd0026f
commit d31472b609
2 changed files with 10 additions and 0 deletions

View File

@ -22,3 +22,6 @@
(setq! lsp-nix-nil-max-mem 20000)
(setq! lsp-nix-nil-formatter ["nixfmt"])
(add-hook 'python-mode-hook (lambda ()
(require 'sphinx-doc)
(sphinx-doc-mode t)))