We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a7f76 commit 237b963Copy full SHA for 237b963
boon-main.el
@@ -409,6 +409,10 @@ Replace the region if it is active."
409
((use-region-p)
410
(boon-deactivate-mark)
411
(message "Deactivated region (use ' to reactivate)"))
412
+ ((derived-mode-p 'completion-list-mode)
413
+ (delete-completion-window))
414
+ ((> (minibuffer-depth) 0)
415
+ (abort-recursive-edit))
416
((bound-and-true-p multiple-cursors-mode)
417
(message "Exitted from multiple cursors")
418
(multiple-cursors-mode 0))
0 commit comments