Add python-pytest Emacs package

This commit is contained in:
Evie Litherland-Smith 2024-12-03 10:48:36 +00:00
parent ef8d60af7a
commit 34d935ee7c
2 changed files with 4 additions and 0 deletions

View file

@ -65,6 +65,7 @@
nix-mode nix-mode
lua-mode lua-mode
python-docstring python-docstring
python-pytest
auctex auctex
markdown-mode markdown-mode
pandoc-mode pandoc-mode

View file

@ -1286,6 +1286,9 @@
(use-package python-docstring (use-package python-docstring
:hook python-base-mode) :hook python-base-mode)
(use-package python-pytest
:defer t)
(use-package files (use-package files
:custom :custom
(view-read-only t) (view-read-only t)