commit:     647b85de24f6de25695e52191c0b70390c6f6910
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 21:31:07 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 21:31:07 2022 +0000
URL:        
https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=647b85de

company-ebuild.el: no need for :with

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 company-ebuild.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company-ebuild.el b/company-ebuild.el
index 0eb20f6..2a4cf39 100644
--- a/company-ebuild.el
+++ b/company-ebuild.el
@@ -260,7 +260,7 @@ or `require' Company-Ebuild:
   ;; Add the `company-ebuild' backend.
   (cond
    ((fboundp 'company-yasnippet)
-    (add-to-list 'company-backends '(company-ebuild :with company-yasnippet)))
+    (add-to-list 'company-backends '(company-ebuild company-yasnippet)))
    (t
     (add-to-list 'company-backends 'company-ebuild)))
   ;; Because some completions have length 1:

Reply via email to