branch: externals/consult
commit 2f77568293cc3cb48dd599f5fdb19bd26949cf78
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    More readable keybinding
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 473f6c2..1ef02de 100644
--- a/consult.el
+++ b/consult.el
@@ -1601,7 +1601,7 @@ ARGS is a list of `make-process' properties and 
transforms."
 (defvar consult-narrow-map
   (let ((map (make-sparse-keymap)))
     (define-key map " " consult--narrow-space)
-    (define-key map [127] consult--narrow-delete)
+    (define-key map "\d" consult--narrow-delete)
     map)
   "Narrowing keymap which is added to the local minibuffer map.
 Note that `consult-narrow-key' and `consult-widen-key' are bound dynamically.")

Reply via email to