diff --git a/emacs/init.org b/emacs/init.org index 77d9a30..97959f7 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -3010,7 +3010,7 @@ And borrowing some functions from python-pytest, we can get some nosetests suppo (when (not nosetests-cmd) (user-error "Nosetests command not found")) (if debug - (pdb cmdline) + (realgud:pdb cmdline) (compile cmdline)))) (defun run-nose-reading-args (arg nose-args &optional debug)