Skip to content

Commit

Permalink
emacs: Add "TAB" binding to corfu config
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Oct 3, 2021
1 parent c94e461 commit 34394e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 34394e0

Please sign in to comment.