guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#38339] [PATCH 1/2] gnu: Add emacs-shrink-path.


From: Ludovic Courtès
Subject: [bug#38339] [PATCH 1/2] gnu: Add emacs-shrink-path.
Date: Mon, 02 Dec 2019 10:07:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Brett Gilio <address@hidden> skribis:

>>From 90879f02c521d479630cabe3ff754952e859efd6 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <address@hidden>
> Date: Fri, 22 Nov 2019 21:50:54 -0600
> Subject: [PATCH 1/2] gnu: Add emacs-shrink-path.
>
> * gnu/packages/emacs-xyz.scm (emacs-shrink-path): New variable.

Applied with the changes below.

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cda832df83..637bf0c9e3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19953,6 +19953,7 @@ Google guidelines.")
       (description "Helm Fish Completion is a Helm interface for Emacs
 fish-completion.  It can be used in both Eshell and M-x shell.")
       (license license:gpl3+))))
+
 (define-public emacs-shrink-path
   (package
     (name "emacs-shrink-path")
@@ -19972,9 +19973,8 @@ fish-completion.  It can be used in both Eshell and M-x 
shell.")
      `(("emacs-s" ,emacs-s)
        ("emacs-dash" ,emacs-dash)
        ("emacs-f" ,emacs-f)))
-    (home-page
-     "https://gitlab.com/bennya/shrink-path.el";)
+    (home-page "https://gitlab.com/bennya/shrink-path.el";)
     (synopsis "Fish-style path truncation in emacs-lisp")
-    (description "Small utility functions that allow for fish-style
-trunctated directories in eshell and various modelines.")
+    (description "This package provides utility functions that allow for
+Fish-style truncated directories in eshell and various modelines.")
     (license license:gpl3+)))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]