This commit is contained in:
Chris Cochrun 2021-07-10 14:11:08 -05:00
parent f10a624531
commit 74bed76b56
2 changed files with 2 additions and 2 deletions

View file

@ -635,7 +635,7 @@ Marginalia makes for some great decoration to our minibuffer completion items. W
:general :general
(general-define-key (general-define-key
:states 'normal :states 'normal
:keymaps '(override company-search-map) :keymaps '(company-search-map)
"TAB" 'company-complete-selection) "TAB" 'company-complete-selection)
) )
#+end_src #+end_src

View file

@ -369,7 +369,7 @@ vertically."
:general :general
(general-define-key (general-define-key
:states 'normal :states 'normal
:keymaps '(override company-search-map) :keymaps '(company-search-map)
"TAB" 'company-complete-selection) "TAB" 'company-complete-selection)
) )