unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "marco.au.grassi98--- via Guix-patches" via <guix-patches@gnu.org>
To: 43624@debbugs.gnu.org
Subject: [bug#43624] [PATCH]Add emacs-mood-line
Date: Fri, 25 Sep 2020 18:10:29 +0000	[thread overview]
Message-ID: <4GvVAJeTFZKw5WgUEXXxi9kTcCkzvYdnmqSeiesdQvXl9JbUe8CUIQu1u7r4s18KesfVyPdp5fMzAs6ULbRwf53c2j5lsoH7tmTp6lt_4bw=@protonmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 140 bytes --]

Hello, i made a patch to add the mood-line emacs package.
This is my first contribution, let me know if i did something wrong.

Grassi Marco

[-- Attachment #1.2: Type: text/html, Size: 197 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Add-emacs-mood-line.patch --]
[-- Type: text/x-patch; name=0001-Add-emacs-mood-line.patch, Size: 1505 bytes --]

From 295667c685d2ab5cf482931290548ef446226ae2 Mon Sep 17 00:00:00 2001
From: AuPath <marco.au.grassi98@protonmail.com>
Date: Fri, 25 Sep 2020 19:52:24 +0200
Subject: [PATCH] Add emacs-mood-line.

---
 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 3b75219077..1d1c3957f6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23032,6 +23032,27 @@ icon support, git integration, and several other utilities.")
     (home-page "https://github.com/seagle0128/doom-modeline/")
     (license license:gpl3+)))
 
+(define-public emacs-mood-line
+  (package
+   (name "emacs-mood-line")
+   (version "1.2.4")
+   (source (origin
+            (method git-fetch)
+            (uri (git-reference
+                  (url "https://gitlab.com/jessieh/mood-line.git")
+                  (commit version)))
+            (file-name (git-file-name name version))
+            (sha256
+             (base32
+              "0fh9j9fkgl433nykfzjnzap5labi4sdndfk1nv4f904ij69pmvxb"))))
+   (build-system emacs-build-system)
+   (home-page "https://gitlab.com/jessieh/mood-line")
+   (synopsis "Minimal mode-line for Emacs")
+   (description "Mood-line is a minimal mode-line configuration that aims
+to replicate some of the features of the
+doom-modeline package.")
+   (license license:gpl3+)))
+
 (define-public emacs-shrink-path
   (package
     (name "emacs-shrink-path")
-- 
2.28.0


             reply	other threads:[~2020-09-26 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25 18:10 marco.au.grassi98--- via Guix-patches via [this message]
2020-09-27 12:24 ` [bug#43624] [PATCH]Add emacs-mood-line 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='4GvVAJeTFZKw5WgUEXXxi9kTcCkzvYdnmqSeiesdQvXl9JbUe8CUIQu1u7r4s18KesfVyPdp5fMzAs6ULbRwf53c2j5lsoH7tmTp6lt_4bw=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=43624@debbugs.gnu.org \
    --cc=marco.au.grassi98@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 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).