From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F8F8158094 for ; Thu, 25 Aug 2022 23:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 657FDE0886; Thu, 25 Aug 2022 23:17:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47E56E0886 for ; Thu, 25 Aug 2022 23:17:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09DB53411A5 for ; Thu, 25 Aug 2022 23:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7739C569 for ; Thu, 25 Aug 2022 23:17:28 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1661469417.087acc05a41b72db2625101b4bd3aca824deb7d8.xgqt@gentoo> Subject: [gentoo-commits] proj/company-ebuild:master commit in: / X-VCS-Repository: proj/company-ebuild X-VCS-Files: company-ebuild.el X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 087acc05a41b72db2625101b4bd3aca824deb7d8 X-VCS-Branch: master Date: Thu, 25 Aug 2022 23:17:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7db17b0c-7f31-4ed0-aceb-9894cea34135 X-Archives-Hash: 0ec182dd020ab44c404e9951b48ae22a commit: 087acc05a41b72db2625101b4bd3aca824deb7d8 Author: Maciej Barć gentoo org> AuthorDate: Thu Aug 25 23:16:57 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Aug 25 23:16:57 2022 +0000 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=087acc05 company-ebuild.el: do not modify company-minimum-prefix-length Signed-off-by: Maciej Barć gentoo.org> company-ebuild.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/company-ebuild.el b/company-ebuild.el index f67a63e..f53126e 100644 --- a/company-ebuild.el +++ b/company-ebuild.el @@ -277,8 +277,6 @@ or `require' Company-Ebuild: (t '()))) ,@company-backends)) - ;; Because some completions have length 1: - (setq-local company-minimum-prefix-length 1) (setq-local company-require-match nil)) ;;;###autoload