refactor(corfu): conform to naming conventions
This commit is contained in:
parent
ce84690dc5
commit
b3ef202451
3 changed files with 6 additions and 6 deletions
|
@ -461,8 +461,8 @@ Continues comments if executed from a commented line. Consults
|
|||
(map! :when (modulep! :completion corfu)
|
||||
:after corfu
|
||||
(:map corfu-map
|
||||
[remap corfu-insert-separator] #'+corfu-smart-sep-toggle-escape
|
||||
"C-S-s" #'+corfu-move-to-minibuffer
|
||||
[remap corfu-insert-separator] #'+corfu/smart-sep-toggle-escape
|
||||
"C-S-s" #'+corfu/move-to-minibuffer
|
||||
"C-p" #'corfu-previous
|
||||
"C-n" #'corfu-next))
|
||||
(let ((cmds-del
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue