From 70942d5215a5da4c18afac8cb38ba42e66877d70 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 16 Apr 2023 11:50:39 -0700 Subject: Add package ‘emacs-eshell-fringe-status’ --- oni/packages/emacs.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm index 5815815..e2af759 100644 --- a/oni/packages/emacs.scm +++ b/oni/packages/emacs.scm @@ -346,3 +346,24 @@ headings, and emulates org-mode navigation and structure editing. It is based on the built-in outline-minor-mode and is simple by design, providing just a few key features.") (license license:gpl3+)))) + +(define-public emacs-eshell-fringe-status + (let ((commit "047e9b9c75a39ac9f903bab937918165261d44f8") + (revision "0")) + (package + (name "emacs-eshell-fringe-status") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (uri (git-reference + (url "https://code.ryuslash.org/ryuslash/eshell-fringe-status.git") + (commit commit))) + (method git-fetch) + (file-name (git-file-name name version)) + (sha256 + (base32 "0frx1lc0rf6p01m5gjyaazl64f839856qn88v263rdls5rpncmz9")))) + (build-system emacs-build-system) + (home-page "https://code.ryuslash.org/ryuslash/eshell-fringe-status") + (synopsis "Show last status in fringe") + (description "Show last status in fringe") + (license license:gpl3+)))) -- cgit v1.2.3-54-g00ecf