unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ahmad Draidi via Guix-patches via <guix-patches@gnu.org>
To: 64771@debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi@redscript.org>,
	Andrew Tropin <andrew@trop.in>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#64771] [PATCH 06/12] gnu: Add emacs-nerd-icons-ibuffer.
Date: Fri, 21 Jul 2023 18:44:36 +0400	[thread overview]
Message-ID: <93129c8ab3d8806f1c1f0186649a531cd5ace65d.1689948587.git.a.r.draidi@redscript.org> (raw)
In-Reply-To: <cover.1689948587.git.a.r.draidi@redscript.org>

* gnu/packages/emacs-xyz.scm (emacs-nerd-icons-ibuffer): New variable.
---
 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 a2dfe1d657..146a0f6cdb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10066,6 +10066,28 @@ (define-public emacs-nerd-icons-dired
 buffers in Emacs.")
       (license license:gpl3+))))
 
+(define-public emacs-nerd-icons-ibuffer
+  (package
+    (name "emacs-nerd-icons-ibuffer")
+    (version "1.0.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/seagle0128/nerd-icons-ibuffer")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1wj6kcgvh700maj9i5pmgzc48lbj0dbxx849a8w519m4anr7b23s"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-nerd-icons))
+    (home-page "https://github.com/seagle0128/nerd-icons-ibuffer")
+    (synopsis "Show icons from nerd-icons in ibuffer mode")
+    (description
+     "This package adds icons from @code{nerd-icons} to @code{ibuffer-mode}
+in Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-new-purescript-mode
   (let ((commit "9f7bb73e26340fcd2ea1946dbad165f0406eb3e1")
         (revision "0"))
-- 
2.41.0





  parent reply	other threads:[~2023-07-21 14:49 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-21 14:41 [bug#64771] [PATCH 00/12] Add and update a bunch of Emacs packages Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 01/12] gnu: emacs-idle-highlight: Update to 1.1.4-0.f9091c9 Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 02/12] gnu: emacs-idle-highlight: Restyle format Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 03/12] gnu: Add emacs-nerd-icons Ahmad Draidi via Guix-patches via
2023-07-21 17:09   ` Liliana Marie Prikler
2023-07-22 10:41     ` Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 04/12] gnu: Add emacs-nerd-icons-completion Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 05/12] gnu: Add emacs-nerd-icons-dired Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` Ahmad Draidi via Guix-patches via [this message]
2023-07-21 14:44 ` [bug#64771] [PATCH 07/12] gnu: Add emacs-nerd-icons-ivy-rich Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 08/12] gnu: Add emacs-treemacs-nerd-icons Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 09/12] gnu: Add emacs-rebecca-theme Ahmad Draidi via Guix-patches via
2023-07-30  6:45   ` bug#64771: " Liliana Marie Prikler
2023-07-30  7:09     ` [bug#64771] " Ahmad Draidi via Guix-patches via
2023-07-30  8:59       ` Liliana Marie Prikler
2023-07-30 13:25         ` Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 10/12] gnu: emacs-base16-theme: Update to 3.1 Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 11/12] gnu: Add emacs-chocolate-theme Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 12/12] gnu: Add emacs-dired-preview Ahmad Draidi via Guix-patches via

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=93129c8ab3d8806f1c1f0186649a531cd5ace65d.1689948587.git.a.r.draidi@redscript.org \
    --to=guix-patches@gnu.org \
    --cc=64771@debbugs.gnu.org \
    --cc=a.r.draidi@redscript.org \
    --cc=andrew@trop.in \
    --cc=liliana.prikler@gmail.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).