unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45217] [PATCH] added emacs-airline-themes
@ 2020-12-13  0:35 Noah Evans via Guix-patches via
  2020-12-17 22:20 ` bug#45217: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Noah Evans via Guix-patches via @ 2020-12-13  0:35 UTC (permalink / raw)
  To: 45217

[-- 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 --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45217: [PATCH] added emacs-airline-themes
  2020-12-13  0:35 [bug#45217] [PATCH] added emacs-airline-themes Noah Evans via Guix-patches via
@ 2020-12-17 22:20 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-12-17 22:20 UTC (permalink / raw)
  To: Noah Evans via Guix-patches via; +Cc: 45217-done, Noah Evans

Hello,

Noah Evans via Guix-patches via <guix-patches@gnu.org> writes:

> +(define-public emacs-airline-themes

Thank you.

I fixed indentation, tweaked description and synopsis, added a copyright
line for you and pushed!

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-17 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13  0:35 [bug#45217] [PATCH] added emacs-airline-themes Noah Evans via Guix-patches via
2020-12-17 22:20 ` bug#45217: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).