Add python-pytest Emacs package
This commit is contained in:
parent
ef8d60af7a
commit
34d935ee7c
|
@ -65,6 +65,7 @@
|
|||
nix-mode
|
||||
lua-mode
|
||||
python-docstring
|
||||
python-pytest
|
||||
auctex
|
||||
markdown-mode
|
||||
pandoc-mode
|
||||
|
|
|
@ -1286,6 +1286,9 @@
|
|||
(use-package python-docstring
|
||||
:hook python-base-mode)
|
||||
|
||||
(use-package python-pytest
|
||||
:defer t)
|
||||
|
||||
(use-package files
|
||||
:custom
|
||||
(view-read-only t)
|
||||
|
|
Loading…
Reference in a new issue