Add python-pytest Emacs package
This commit is contained in:
parent
ef8d60af7a
commit
34d935ee7c
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue