[config/default] Fix C-S-s in company minibuffer

This commit is contained in:
Oleksii Filonenko 2018-12-27 17:26:29 +02:00 committed by GitHub
parent f2d48a1764
commit 35bf785f75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,7 +246,7 @@
"C-u" #'company-previous-page
"C-d" #'company-next-page
"C-s" #'company-filter-candidates
"C-S-s" `(,(cond ((featurep! :completion helm) #'helm-company)
"C-S-s" (cond ((featurep! :completion helm) #'helm-company)
((featurep! :completion ivy) #'counsel-company)))
"C-SPC" #'company-complete-common
[tab] #'company-complete-common-or-cycle