From 295667c685d2ab5cf482931290548ef446226ae2 Mon Sep 17 00:00:00 2001 From: AuPath 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