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 1295915ACFB for ; Tue, 25 Apr 2023 19:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C7CAE09BE; Tue, 25 Apr 2023 19:48:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4107FE09BE for ; Tue, 25 Apr 2023 19:48:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C56C335C60 for ; Tue, 25 Apr 2023 19:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14CE629 for ; Tue, 25 Apr 2023 19:48:53 +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: <1682452124.5cce948406548db916e7fc40edf8c2c4fd6b0d3f.xgqt@gentoo> Subject: [gentoo-commits] proj/company-ebuild:master commit in: / X-VCS-Repository: proj/company-ebuild X-VCS-Files: Eldev X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5cce948406548db916e7fc40edf8c2c4fd6b0d3f X-VCS-Branch: master Date: Tue, 25 Apr 2023 19:48:53 +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: 4eb16990-624f-4251-a74d-378e5b3a51c9 X-Archives-Hash: 2746fffbd9538fe16d4d5fed113e9599 commit: 5cce948406548db916e7fc40edf8c2c4fd6b0d3f Author: Maciej Barć gentoo org> AuthorDate: Tue Apr 25 19:48:44 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Apr 25 19:48:44 2023 +0000 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=5cce9484 Eldev: add autoloads plugin Signed-off-by: Maciej Barć gentoo.org> Eldev | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Eldev b/Eldev index 9f5af3d..6ce754a 100644 --- a/Eldev +++ b/Eldev @@ -2,4 +2,6 @@ (eldev-use-package-archive 'melpa) +(eldev-use-plugin 'autoloads) + (setf eldev-project-main-file "company-ebuild.el")