GNU bug report logs -
#57165
[PATCH] gnu: Add emacs-drag-stuff.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 12 Aug 2022 23:57:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-drag-stuff): New variable.
---
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 e43b037cff..c9d7d8d3a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13751,6 +13751,27 @@ (define-public emacs-gn-mode
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
+"@code{emacs-drag-stuff} is a minor mode that makes it possible to drag
+words, region, and lines around in Emacs.")
+ (license license:gpl3+)))
+
(define-public emacs-bazel
;; From 2021-11-21.
;; No releases available.
--
2.37.1
This bug report was last modified 2 years and 274 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.