From 34394e080288e7ba2c4ba81283b98bad062bd4d7 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 3 Oct 2021 09:40:18 -0700 Subject: [PATCH] emacs: Add "TAB" binding to `corfu` config --- Emacs.org | 1 + 1 file changed, 1 insertion(+) diff --git a/Emacs.org b/Emacs.org index 2b29d784..92f3ea63 100644 --- a/Emacs.org +++ b/Emacs.org @@ -1312,6 +1312,7 @@ Trying this as an alternative to Ivy and Counsel. (:with-map corfu-map (:bind "C-j" corfu-next "C-k" corfu-previous + "TAB" corfu-insert "C-f" corfu-insert)) (:option corfu-cycle t) (corfu-global-mode))