unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57165] [PATCH] gnu: Add emacs-drag-stuff.
@ 2022-08-12 23:48 jgart via Guix-patches via
  2022-08-27  8:16 ` bug#57165: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-08-12 23:48 UTC (permalink / raw)
  To: 57165; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57165: [PATCH] gnu: Add emacs-drag-stuff.
  2022-08-12 23:48 [bug#57165] [PATCH] gnu: Add emacs-drag-stuff jgart via Guix-patches via
@ 2022-08-27  8:16 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-08-27  8:16 UTC (permalink / raw)
  To: jgart; +Cc: 57165-done

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-drag-stuff): New variable.

Applied. Thank you.

> +    (description
> +"@code{emacs-drag-stuff} is a minor mode that makes it possible to drag
> +words, region, and lines around in Emacs.")

Nitpick: I used "Drag Stuff is a minor mode..." because emacs-drag-stuff
is the name of the Guix variable, not the name of the project (and
I prefer capitalization over markup).

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-27  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-12 23:48 [bug#57165] [PATCH] gnu: Add emacs-drag-stuff jgart via Guix-patches via
2022-08-27  8:16 ` bug#57165: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).