config/default: Fix C-return binding in GUI Emacs

The "C-RET" binding does only seem to work when running Emacs in a
terminal. "C-<return>" makes it work in the GUI.
This commit is contained in:
Kalle Lindqvist 2021-04-22 19:31:05 +02:00
parent f621ff8047
commit 8e33ecf29a

View file

@ -480,6 +480,7 @@
[tab] #'company-complete-common-or-cycle
[backtab] #'company-select-previous
"C-RET" #'counsel-company
"C-<return>" #'counsel-company
:map company-search-map
"C-n" #'company-search-repeat-forward
"C-p" #'company-search-repeat-backward