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 2BA7715ACFB for ; Tue, 25 Apr 2023 19:48:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C912AE0951; Tue, 25 Apr 2023 19:48:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B0041E0951 for ; Tue, 25 Apr 2023 19:48:30 +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 BD8DA335D91 for ; Tue, 25 Apr 2023 19:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ED5729 for ; Tue, 25 Apr 2023 19:48: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: <1682452097.1a77d90d0488b4ceb486ef0627e6133fafd13c13.xgqt@gentoo> Subject: [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: / X-VCS-Repository: proj/emacs-ebuild-snippets X-VCS-Files: Eldev X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 1a77d90d0488b4ceb486ef0627e6133fafd13c13 X-VCS-Branch: master Date: Tue, 25 Apr 2023 19:48: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: 6ed83173-a27d-4262-a4ed-301e34255b2a X-Archives-Hash: 930bfee7660de352487f62d0a8ef74a2 commit: 1a77d90d0488b4ceb486ef0627e6133fafd13c13 Author: Maciej Barć gentoo org> AuthorDate: Tue Apr 25 19:48:17 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Apr 25 19:48:17 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=1a77d90d Eldev: add autoloads plugin Signed-off-by: Maciej Barć gentoo.org> Eldev | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Eldev b/Eldev index 0a6841f..0404bba 100644 --- a/Eldev +++ b/Eldev @@ -2,8 +2,9 @@ (eldev-use-package-archive 'melpa) -(setf eldev-project-main-file - "ebuild-snippets.el") +(eldev-use-plugin 'autoloads) + +(setf eldev-project-main-file "ebuild-snippets.el") (setf eldev-files-to-package `(:or ,eldev-files-to-package '("snippets")))