mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix RET/TAB company keybinds in GUI Emacs
This commit is contained in:
@ -38,7 +38,9 @@
|
|||||||
(add-to-list 'company-frontends 'company-tng-frontend)
|
(add-to-list 'company-frontends 'company-tng-frontend)
|
||||||
(define-key! company-active-map
|
(define-key! company-active-map
|
||||||
"RET" nil
|
"RET" nil
|
||||||
|
[return] nil
|
||||||
"TAB" #'company-select-next
|
"TAB" #'company-select-next
|
||||||
|
[tab] #'company-select-next
|
||||||
[backtab] #'company-select-previous))
|
[backtab] #'company-select-previous))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user