mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #3716 from benbovy/fix-pytest-popup
Fix python-pytest-popup
This commit is contained in:
@ -181,7 +181,7 @@
|
||||
|
||||
|
||||
(use-package! python-pytest
|
||||
:defer t
|
||||
:commands python-pytest-dispatch
|
||||
:init
|
||||
(map! :after python
|
||||
:localleader
|
||||
@ -192,7 +192,7 @@
|
||||
"t" #'python-pytest-function-dwim
|
||||
"T" #'python-pytest-function
|
||||
"r" #'python-pytest-repeat
|
||||
"p" #'python-pytest-popup))
|
||||
"p" #'python-pytest-dispatch))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user