guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: Add emacs-drag-stuff.


From: guix-commits
Subject: 05/07: gnu: Add emacs-drag-stuff.
Date: Sat, 27 Aug 2022 04:16:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1f9a4f79f6e17b50fab28f9d89b119c1ea25a269
Author: jgart <jgart@dismail.de>
AuthorDate: Fri Aug 12 18:48:56 2022 -0500

    gnu: Add emacs-drag-stuff.
    
    * gnu/packages/emacs-xyz.scm (emacs-drag-stuff): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4c9d2bddaa..286e766ee9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13858,6 +13858,27 @@ files in Emacs.  Files of this type (e.g., 
@file{BUILD.gn} or @file{*.gni})
 are common in Chromium-derived projects.")
     (license license:bsd-3)))
 
+(define-public emacs-drag-stuff
+  (package
+    (name "emacs-drag-stuff")
+    (version "0.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/rejeep/drag-stuff";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1jrr59iazih3imkl9ja1lbni9v3xv6b8gmqs015g2mxhlql35jka"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/rejeep/drag-stuff";)
+    (synopsis "Drag stuff around in Emacs")
+    (description
+"Drag Stuff is a minor mode for Emacs that makes it possible to drag
+stuff (words, region, lines) around in Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-bazel
   ;; From 2021-11-21.
   ;; No releases available.



reply via email to

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