Remove extra parentheses #1075

This commit is contained in:
Henrik Lissner 2018-12-27 15:05:14 -05:00
parent c38e8cf759
commit 869758e8f5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -247,7 +247,7 @@
"C-d" #'company-next-page "C-d" #'company-next-page
"C-s" #'company-filter-candidates "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))) ((featurep! :completion ivy) #'counsel-company))
"C-SPC" #'company-complete-common "C-SPC" #'company-complete-common
[tab] #'company-complete-common-or-cycle [tab] #'company-complete-common-or-cycle
[backtab] #'company-select-previous) [backtab] #'company-select-previous)