mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Lazy-load python-pytest
This commit is contained in:
@ -111,8 +111,9 @@
|
|||||||
:n "V" #'nosetests-pdb-module))
|
:n "V" #'nosetests-pdb-module))
|
||||||
|
|
||||||
(def-package! python-pytest
|
(def-package! python-pytest
|
||||||
:config
|
:init
|
||||||
(map! :map python-mode-map
|
(map! :after python
|
||||||
|
:map python-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
:prefix "t"
|
:prefix "t"
|
||||||
:nv "f" #'python-pytest-file
|
:nv "f" #'python-pytest-file
|
||||||
|
Reference in New Issue
Block a user