Remove projectile-pdb keybinding
This commit is contained in:
parent
59f995ff8f
commit
ea26efed48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user