diff --git a/emacs/init.org b/emacs/init.org index 68c589e..c3f347e 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -6142,8 +6142,7 @@ Like [[info:emacs#Debuggers][GUD]], but better! (defun projectile-pdb () (interactive) (with-projectile-root - (funcall-interactively #'realgud:pdb))) - (leader-def-key "pdp" #'projectile-pdb)) + (funcall-interactively #'realgud:pdb)))) #+END_SRC * EDiff