From 39f460a9ea9ff2a57fbeed91c0f21ffbb62668b4 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 1 May 2020 11:54:30 -0400 Subject: [PATCH] Use realgud instead of gud --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)