diff --git a/lispy.el b/lispy.el index 70134b7f..b4cabebc 100644 --- a/lispy.el +++ b/lispy.el @@ -1902,7 +1902,7 @@ If jammed between parens, \"(|(\" unjam: \"(| (\". If after an opening delimiter and before a space (after wrapping a sexp, for example), do the opposite and delete the extra space, \"(| foo)\" to \"(|foo)\"." (interactive "p") - (cond ((bound-and-true-p edebug-active) + (cond ((lispy--edebug-commandp) (edebug-step-mode)) ((region-active-p) (goto-char (region-end))