summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/emacs-xyz.scm17
1 files changed, 17 insertions, 0 deletions
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")