From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id 0CO+JVyvXWZiggAAqHPOHw:P1 (envelope-from ) for ; Mon, 03 Jun 2024 13:56:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id 0CO+JVyvXWZiggAAqHPOHw (envelope-from ) for ; Mon, 03 Jun 2024 13:56:12 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=LVSJGUce; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1717415772; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=pJexK5Iedf+3DjzDqe01VAR0i8gixFhg5GFAqu91358=; b=LpCsKcpLcqLmi2+pTiHH9QBVJ5YkBIl+3oDQLgfYj+7AOKHxaA7CcY07tZTZWmCmibYML8 eE9YrxNRI+OMim9opIXTatwLgvJGZ271wBmkn5szl6ftbievQbUw2htqsCXVobdNH6RFuu C7omcXrGoQK5MzvyWT1Ke52b/s5dnyamt4VvnuvNxx6TL4iz5+fYYEX/7qkFkZPqSsA0TW 3KK2bXqSrRy8ws9E/KciB42Zz0LON38rujwApSdFD54Y8EdXExooYl4Hhh1Upfq1yhwtQa 8REhGnmw9jHq0m+uefu2Nsi2ofdPbY1DUA07pBdK2oAyBwTJ4rssscPPPxG36g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=LVSJGUce; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1717415772; a=rsa-sha256; cv=none; b=B8nbAivdOfciu+Fvf+QRZReGbk5yQs/+5E0ybspyrFeb9pbmU6SUfRqZFTDir7YwR05ARb DK0jGm9v7X/15zicolvotLsgO5LUDfygYyMovU5Fy45kQ4Z7ivJjrFVdAitiQYNRjmP5zq eQ0Mn9fie1hy/QGDMXtDHLAtv6SDbtNYNd0rr8SVhmVHtRZa6ANowbpILxnVOA79uwsaSh s0BEFUi8DMD0s4IAMNS031a+Wq7S/jZHXOGj3O/u9w9/kZJsNmksDC2B8CYoKjcVkV/xrX pQh3x6vTmL/huUY54FAYvmnbOrsK/zlqaEFiBNOLx4r9BFlSL27q+umhOkZCPA== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 38B0C57CD4 for ; Mon, 3 Jun 2024 13:56:12 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sE6I3-0001DW-RE; Mon, 03 Jun 2024 07:55:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sE6I1-0001CV-NI for guix-patches@gnu.org; Mon, 03 Jun 2024 07:55:49 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sE6I1-0006Og-9T for guix-patches@gnu.org; Mon, 03 Jun 2024 07:55:49 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sE6IE-0007q0-1u for guix-patches@gnu.org; Mon, 03 Jun 2024 07:56:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71335] [PATCH] gnu: Add emacs-enlight. Resent-From: Ilya Chernyshov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 03 Jun 2024 11:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71335 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71335@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.171741575130066 (code B ref -1); Mon, 03 Jun 2024 11:56:01 +0000 Received: (at submit) by debbugs.gnu.org; 3 Jun 2024 11:55:51 +0000 Received: from localhost ([127.0.0.1]:33588 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sE6I2-0007ol-Jc for submit@debbugs.gnu.org; Mon, 03 Jun 2024 07:55:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:50550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sE6I0-0007o1-3x for submit@debbugs.gnu.org; Mon, 03 Jun 2024 07:55:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sE6A6-0002qd-Gb for guix-patches@gnu.org; Mon, 03 Jun 2024 07:47:38 -0400 Received: from mail-lj1-x22a.google.com ([2a00:1450:4864:20::22a]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sE6A4-0004gZ-Ld for guix-patches@gnu.org; Mon, 03 Jun 2024 07:47:38 -0400 Received: by mail-lj1-x22a.google.com with SMTP id 38308e7fff4ca-2eab19e7034so5783621fa.0 for ; Mon, 03 Jun 2024 04:47:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1717415254; x=1718020054; darn=gnu.org; h=content-transfer-encoding:content-disposition:mime-version :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=pJexK5Iedf+3DjzDqe01VAR0i8gixFhg5GFAqu91358=; b=LVSJGUcewDwdFvYtBNluIF0F2RDSNjGZeloX1ZS4NGa2wX0yyK44xJmmOKqai351Nm siI/5Kf4PfrAqJYrhLYC3OliMwKyYkPX9GFsQw1xg2zzinYdwRnnXIvu3SzdXXuOqqVx +oZwllo7fJIAIdLKevoXyWBoWcS4TTQmhpK+vR9adcWyI4nxj5uIGJRQ3rHCVCnl/c6U FByde8f4wADnyeT3q80nTjceL+phl4oMPYJxAM55dnd0YQSZ8j+y95Jqz+plWyyLQ244 UXpFVGJoq6lU9/kubyHWyulhViKTR/v1g3t2vnq26LQrGomcnTVAYov1fttFGx91dPAC pcgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717415254; x=1718020054; h=content-transfer-encoding:content-disposition:mime-version :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=pJexK5Iedf+3DjzDqe01VAR0i8gixFhg5GFAqu91358=; b=Md+YpGRsqdTBxH/tIepkZZR9IoFh1ks9uUZb8FxIOq2cbOdIzdBywEQXkhGvHekNOf Ec/4JynymUmZWx+8TdfXjCIXMgTJ8i8CS0xm3aweH953HOm4cteT2bgzRmYsQ6dN9r/j 5wMzWBFyLMS64ndpq1sHYh+E73gcT2jcw4jj9AeQfl3fAwmblxv2IeS8933HwPMXhzYV U5ZfwVxBNTXlOyMLf8Hl9OLNWJMlHV9zPxLb5o53NDt4cvDrvP07DfiIrmqnb1J83pnF zNHXAbKH/7SVI9p7qz1r8BrkLs3niaFmPPjh90K+PQcPd29665S66hj0fm7dBclLnScX csPw== X-Gm-Message-State: AOJu0Yx5V5NC8lz3sRYXShMuXfRTtMzxJP60gcogIhjB8TNlv+50PEn3 q/PaP21c50A+zpuFHsxpwgIhTJALIlNMNEvWhZSS2sWCqZepgSOfwBEk7ixF X-Google-Smtp-Source: AGHT+IFOpGDnPGC2hsL8WCHSiyhp++R77u1Nw7SbwqNl89dxsEtbqMsqu6bujHbjdHmUO0VyMt+7yA== X-Received: by 2002:a05:6512:2f9:b0:52b:905e:1500 with SMTP id 2adb3069b0e04-52b905e166fmr1516993e87.22.1717415253865; Mon, 03 Jun 2024 04:47:33 -0700 (PDT) Received: from sonyvaio ([217.71.131.234]) by smtp.gmail.com with ESMTPSA id 38308e7fff4ca-2ea91cf0b78sm12072001fa.119.2024.06.03.04.47.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jun 2024 04:47:33 -0700 (PDT) From: Ilya Chernyshov Date: Mon, 03 Jun 2024 18:47:27 +0700 Message-ID: <87a5k2qmcw.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-emacs-enlight.patch Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::22a; envelope-from=ichernyshovvv@gmail.com; helo=mail-lj1-x22a.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 2.46 X-Spam-Score: 2.46 X-Migadu-Queue-Id: 38B0C57CD4 X-Migadu-Scanner: mx13.migadu.com X-TUID: u/+tfyE9I/8j >From a411c84f26718c81fd2a762ca310fb0bfd6f60f6 Mon Sep 17 00:00:00 2001 Message-ID: From: Ilya Chernyshov Date: Mon, 3 Jun 2024 10:53:18 +0000 Subject: [PATCH] gnu: Add emacs-enlight. * gnu/packages/emacs-xyz.scm (emacs-enlight): New variable. Change-Id: Ifb1d519d1bd89dec7414ee0fd5858a26e49dc1ca --- gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 349c495184..2209169864 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -138,6 +138,7 @@ ;;; Copyright =C2=A9 2023 Ian Eure ;;; Copyright =C2=A9 2024 Suhail Singh ;;; Copyright =C2=A9 2024 dan +;;; Copyright =C2=A9 2024 Ilya Chernyshov ;;; ;;; This file is part of GNU Guix. ;;; @@ -26619,6 +26620,26 @@ (define-public emacs-dashboard sections for bookmarks, Projectile projects, Org Agenda and more.") (license license:gpl3+))) =20 +(define-public emacs-enlight + (package + (name "emacs-enlight") + (version "0.3") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ichernyshovvv/enlight") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0crccz28f54xc0202gdbnpkn7kfsxf66p2m2grs6wnwyjxrmpnsq")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-compat)) + (home-page "https://github.com/ichernyshovvv/enlight") + (synopsis "Highly customizable startup screen for Emacs.") + (description "Lightweight yet very flexible startup screen for Emacs.") + (license license:gpl3+))) + (define-public emacs-slime-company (package (name "emacs-slime-company") base-commit: 2e53fa5346bf52f6d6d26e035bc905ebd410dabb --=20 2.41.0