Fix RET/TAB company keybinds in GUI Emacs
This commit is contained in:
parent
bdd410cb9c
commit
5b43b2840b
1 changed files with 2 additions and 0 deletions
|
@ -38,7 +38,9 @@
|
|||
(add-to-list 'company-frontends 'company-tng-frontend)
|
||||
(define-key! company-active-map
|
||||
"RET" nil
|
||||
[return] nil
|
||||
"TAB" #'company-select-next
|
||||
[tab] #'company-select-next
|
||||
[backtab] #'company-select-previous))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue