guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add emacs-dired-launch.


From: guix-commits
Subject: branch master updated: gnu: Add emacs-dired-launch.
Date: Fri, 06 Dec 2024 13:47:52 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d101a6275a gnu: Add emacs-dired-launch.
d101a6275a is described below

commit d101a6275ac4ee287859349a77c08d43e98a4c88
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Fri Dec 6 19:45:54 2024 +0100

    gnu: Add emacs-dired-launch.
    
    * gnu/packages/emacs-xyz.scm (emacs-dired-launch): New variable.
---
 gnu/packages/emacs-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f400d41a3a..b851232249 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29989,6 +29989,23 @@ for other purposes beside previewing.  The package 
provides several
 customisation options to control its behaviour.")
     (license license:gpl3+)))
 
+(define-public emacs-dired-launch
+  (package
+    (name "emacs-dired-launch")
+    (version "20240809.1910")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://melpa.org/packages/dired-launch-";
+                                  version ".tar"))
+              (sha256
+               (base32
+                "1zgs1hzy04pywpcgn5r8s7aah2bv1p5x5lmlcqg9yranxj8a9k6d"))))
+    (build-system emacs-build-system)
+    (synopsis "Extra command to launch external programs")
+    (description "This package provides a method to open entries in external 
programs from dired.")
+    (home-page "https://codeberg.org/thomp/dired-launch";)
+    (license license:gpl3+)))
+
 (define-public emacs-dired-rsync
   (package
     (name "emacs-dired-rsync")



reply via email to

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