Compare commits

..

2 Commits

Author SHA1 Message Date
b1ce62174b Merge pull request 'add docstring formatter and generator for emacs' (#71) from feature/python-el into main
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Successful in 13s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m32s
Check Nix flake / Perform Nix flake checks (push) Successful in 7m59s
Update flakes / update_lockfile (push) Failing after 11m59s
Reviewed-on: #71
2025-03-31 04:11:27 -04:00
d31472b609
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>
2025-03-31 03:58:21 -04:00
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-max-mem 20000)
(setq! lsp-nix-nil-formatter ["nixfmt"]) (setq! lsp-nix-nil-formatter ["nixfmt"])
(add-hook 'python-mode-hook (lambda ()
(require 'sphinx-doc)
(sphinx-doc-mode t)))

View File

@ -80,3 +80,10 @@
(package! pacdiff.el (package! pacdiff.el
:recipe (:host github :repo "fbrosda/pacdiff.el" :files ("pacdiff.el" "README.org" "LICENSE"))) :recipe (:host github :repo "fbrosda/pacdiff.el" :files ("pacdiff.el" "README.org" "LICENSE")))
(package! python-docstring-mode
:recipe (:host github :repo "glyph/python-docstring-mode" :files ("python-docstring.el" "docstring_wrap.py")))
(package! sphinx-doc)
;; https://github.com/glyph/python-docstring-mode.git