Remove extra parentheses #1075
This commit is contained in:
parent
c38e8cf759
commit
869758e8f5
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@
|
|||
"C-d" #'company-next-page
|
||||
"C-s" #'company-filter-candidates
|
||||
"C-S-s" (cond ((featurep! :completion helm) #'helm-company)
|
||||
((featurep! :completion ivy) #'counsel-company)))
|
||||
((featurep! :completion ivy) #'counsel-company))
|
||||
"C-SPC" #'company-complete-common
|
||||
[tab] #'company-complete-common-or-cycle
|
||||
[backtab] #'company-select-previous)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue