Reduce company+evil keymap conflicts #903
company-active-map and company-search-map were losing to global evil state keymaps, causing an odd issue with the insert keybind for C-j was overriding C-j (company-select-next) when company was active and completing.
This commit is contained in:
parent
ce22e21853
commit
50de8a07dd
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
company-echo-metadata-frontend))
|
||||
:config
|
||||
(add-hook 'company-mode-hook #'+company|init-backends)
|
||||
(when (featurep! :feature evil)
|
||||
(add-hook 'company-mode-hook #'evil-normalize-keymaps))
|
||||
(global-company-mode +1))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue