diff --git a/emacs/init.org b/emacs/init.org index 2cf4bea..dd271d8 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -2673,7 +2673,8 @@ And support pyenv (NOT pyvenv) to change Python versions: [[https://github.com/wbolster/emacs-python-pytest][python-pytest.el]] integrates Pytest with Emacs: #+BEGIN_SRC emacs-lisp (use-package python-pytest - :commands (python-pytest-popup) + :commands (python-pytest-popup + python-pytest--current-defun) :general (python-mode-map "C-c t p" #'python-pytest-popup)) #+END_SRC