all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Soo <jsoo1@asu.edu>
To: 40501@debbugs.gnu.org
Subject: [bug#40501] [PATCH] gnu: Add emacs-diredfl.
Date: Tue, 07 Apr 2020 18:54:55 -0700	[thread overview]
Message-ID: <877dyqu4gg.fsf@asu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

Hi Guix,

diredfl provides more font locking in dired buffers. It is a more
minimal version of dired-hacks.

I linted this and the formatting should be up to snuff this
time. Thanks a lot!

- John


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-diredfl --]
[-- Type: text/x-patch, Size: 1504 bytes --]

From 05d17a17986e2ec8c662b923e7ac5e556103e683 Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Tue, 7 Apr 2020 01:06:18 -0700
Subject: [PATCH] gnu: Add emacs-diredfl.

* gnu/packages/emacs-xyz.scm (emacs-diredfl): 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 ab7f9b8a18..6c4536df79 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9224,6 +9224,28 @@ information inside the dired buffer.")
 @code{sudo} privileges.")
     (license license:wtfpl2)))
 
+(define-public emacs-diredfl
+  (package
+    (name "emacs-diredfl")
+    (version "0.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://github.com/purcell/diredfl")
+         (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1zb2lz7rp58zqvpniqcsmqabi7nqg2d8bfd0hgmq68bn2hd25b5z"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/purcell/diredfl")
+    (synopsis "Extra Emacs font lock rules for a more colourful dired")
+    (description "This is adapted from the extra font lock rules provided by
+Drew Adams' dired+ package, but published via a modern means, and with support
+for older Emacsen removed.")
+    (license license:gpl3+)))
+
 (define-public emacs-memoize
   (package
     (name "emacs-memoize")
-- 
2.26.0


             reply	other threads:[~2020-04-08  1:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08  1:54 John Soo [this message]
2020-04-10 16:27 ` bug#40501: [PATCH] gnu: Add emacs-diredfl 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

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

  git send-email \
    --in-reply-to=877dyqu4gg.fsf@asu.edu \
    --to=jsoo1@asu.edu \
    --cc=40501@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.