From 6c534c77a292c2b6dd8f21d43bf86bdacc03c958 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Wed, 23 Nov 2022 11:07:01 -0900 Subject: [PATCH] Corfu ESC exits --- lisp/mitch-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 4c4a8ab..1f4c0f8 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -812,7 +812,7 @@ Return nil if DIR is not in a hugo project at all." "C-n" 'corfu-next "C-p" 'corfu-previous "RET" 'corfu-insert - "ESC" 'corfu-kill-in-minibuffer)) + "ESC" 'corfu-quit)) (use-package popon :straight