all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noah Evans via Guix-patches via <guix-patches@gnu.org>
To: 45217@debbugs.gnu.org
Subject: [bug#45217] [PATCH] added emacs-airline-themes
Date: Sun, 13 Dec 2020 00:35:30 +0000	[thread overview]
Message-ID: <0ysi4wKGWeU1eWoOEQ6x5UUMCG69WAmjtcTOXQ0DHAoNWeFuLhf0MW-_xln8z2nSDJhlYZI2fG0rLodmup8w6GStY5IzqLEX2vWlZu04fUo=@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1270 bytes --]

From: Noah <noah@nevans.me>
Date: Sat, 12 Dec 2020 19:25:49 -0500

---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ef2c891a27..e8f5f59e15 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19483,6 +19483,28 @@ a better-looking, more functional Emacs mode-line. A collection of predefined
themes comes with the package.")
(license license:gpl3+)))

+(define-public emacs-airline-themes
+ (package
+ (name "emacs-airline-themes")
+ (version "1.8")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/AnthonyDiGirolamo/airline-themes")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1jx17g8a6pxkw4zlx3fwhqgxfzcf3019k8fklykamfrkharzsc2l"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-powerline" ,emacs-powerline)))
+ (home-page "https://github.com/AnthonyDiGirolamo/airline-themes")
+ (synopsis "Vim-airline themes for emacs powerline")
+ (description "This is a port of the themes in vim-airline to emacs powerline.")
+ (license license:expat)))
+
(define-public emacs-spaceline
(package
(name "emacs-spaceline")
--
2.29.2

[-- Attachment #2: Type: text/html, Size: 2696 bytes --]

             reply	other threads:[~2020-12-13 11:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-13  0:35 Noah Evans via Guix-patches via [this message]
2020-12-17 22:20 ` bug#45217: [PATCH] added emacs-airline-themes Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='0ysi4wKGWeU1eWoOEQ6x5UUMCG69WAmjtcTOXQ0DHAoNWeFuLhf0MW-_xln8z2nSDJhlYZI2fG0rLodmup8w6GStY5IzqLEX2vWlZu04fUo=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=45217@debbugs.gnu.org \
    --cc=clonex100@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.