unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40501] [PATCH] gnu: Add emacs-diredfl.
@ 2020-04-08  1:54 John Soo
  2020-04-10 16:27 ` bug#40501: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: John Soo @ 2020-04-08  1:54 UTC (permalink / raw)
  To: 40501

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40501: [PATCH] gnu: Add emacs-diredfl.
  2020-04-08  1:54 [bug#40501] [PATCH] gnu: Add emacs-diredfl John Soo
@ 2020-04-10 16:27 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-04-10 16:27 UTC (permalink / raw)
  To: John Soo; +Cc: 40501-done

Hello,

John Soo <jsoo1@asu.edu> writes:

> Subject: [PATCH] gnu: Add emacs-diredfl.
>
> * gnu/packages/emacs-xyz.scm (emacs-diredfl): New variable.

Applied as d09337cbf48b26d28909e784a66a13987266feb1. Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-10 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08  1:54 [bug#40501] [PATCH] gnu: Add emacs-diredfl John Soo
2020-04-10 16:27 ` bug#40501: " Nicolas Goaziou

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).