From: Brett Gilio <brettg@posteo.net>
To: 38339@debbugs.gnu.org
Subject: [bug#38339] [PATCH 2/2] gnu: Add emacs-doom-modeline.
Date: Fri, 22 Nov 2019 22:03:00 -0600 [thread overview]
Message-ID: <87r21zgryj.fsf@posteo.net> (raw)
In-Reply-To: <87tv6vgs2w.fsf@posteo.net>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 2/2] gnu: Add emacs-doom-modeline. --]
[-- Type: text/x-patch, Size: 2037 bytes --]
From 1ffd8682be2e9d11d54b26f2765464aab7a0b18e Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Fri, 22 Nov 2019 21:51:56 -0600
Subject: [PATCH 2/2] gnu: Add emacs-doom-modeline.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): New variable.
---
gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c280d44f39..2bf7b0ab36 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19943,6 +19943,34 @@ Google guidelines.")
(description "Helm Fish Completion is a Helm interface for Emacs
fish-completion. It can be used in both Eshell and M-x shell.")
(license license:gpl3+))))
+
+(define-public emacs-doom-modeline
+ (package
+ (name "emacs-doom-modeline")
+ (version "2.7.3")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/seagle0128/doom-modeline.git")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "16qlakgbwwjfr013g0cly4js4v9cfhxb8fn7zmn124f788m22357"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (arguments
+ `(#:test-command '("ert-runner")))
+ (native-inputs `(("emacs-ert-runner" ,emacs-ert-runner)))
+ (propagated-inputs
+ `(("emacs-all-the-icons" ,emacs-all-the-icons)
+ ("emacs-shrink-path" ,emacs-shrink-path)))
+ (synopsis "Fancy and fast mode-line inspired by minimalism design")
+ (description "Doom modeline is a complete modeline for GNU Emacs inspired
+by the Doom theme collection. This modeline features support for mode-specific
+icon support, git integration, and several other utilities.")
+ (home-page "https://github.com/seagle0128/doom-modeline/")
+ (license license:gpl3+)))
+
(define-public emacs-shrink-path
(package
(name "emacs-shrink-path")
--
2.24.0
next prev parent reply other threads:[~2019-11-23 4:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-23 4:00 [bug#38339] [PATCH 1/2] gnu: Add emacs-shrink-path Brett Gilio
2019-11-23 4:03 ` Brett Gilio [this message]
2019-12-02 9:10 ` bug#38339: [PATCH 2/2] gnu: Add emacs-doom-modeline Ludovic Courtès
2019-12-02 9:07 ` [bug#38339] [PATCH 1/2] gnu: Add emacs-shrink-path Ludovic Courtès
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=87r21zgryj.fsf@posteo.net \
--to=brettg@posteo.net \
--cc=38339@debbugs.gnu.org \
/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.