unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34699] [PATCH] gnu: add emacs-smart-hungry-delete.
@ 2019-03-01  8:07 Nicolò Balzarotti
  2019-03-01  8:07 ` [bug#34698] [PATCH] gnu: add org-noter Nicolò Balzarotti
                   ` (7 more replies)
  0 siblings, 8 replies; 27+ messages in thread
From: Nicolò Balzarotti @ 2019-03-01  8:07 UTC (permalink / raw)
  To: 34699

---
 gnu/packages/emacs-xyz.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index decab4f292..4f645dc695 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1231,7 +1231,39 @@ or XEmacs.")
 a set of simplified face specifications and a user-supplied color palette")
     (license license:gpl3+)))
 
+(define-public emacs-smart-hungry-delete
+  (package
+    (name "emacs-smart-hungry-delete")
+    (version "20170412.1343")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://melpa.org/packages/smart-hungry-delete-"
+             version
+             ".el"))
+       (sha256
+        (base32
+         "0x1jbzs54fcngj0ldhqsnjdn91mfywhm83dl4y9547lm1js6diy5"))))
+    (build-system emacs-build-system)
+    (home-page
+     "https://github.com/hrehfeld/emacs-smart-hungry-delete")
+    (synopsis "smart hungry deletion of whitespace")
+    (description
+     "Hungrily deletes whitespace between cursor and next word, paren or
+delimiter while honoring some rules about where space should be
+left to separate words and parentheses.
+
+Usage:
+
+with use-package:
+
+(use-package smart-hungry-delete
+  :bind ((\"<backspace>\" . smart-hungry-delete-backward-char)
+\t\t (\"C-d\" . smart-hungry-delete-forward-char)))
+")
+    (license license:gpl2+)))
+
 (define-public emacs-howm
   (package
     (name "emacs-howm")
--
2.20.1

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

end of thread, other threads:[~2020-12-11  6:31 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01  8:07 [bug#34699] [PATCH] gnu: add emacs-smart-hungry-delete Nicolò Balzarotti
2019-03-01  8:07 ` [bug#34698] [PATCH] gnu: add org-noter Nicolò Balzarotti
2019-03-15 22:20   ` Ludovic Courtès
2019-12-10  4:55     ` bug#34698: " Brett Gilio
2019-03-01  8:07 ` [bug#34697] [PATCH] gnu: add r-lintr Nicolò Balzarotti
2019-03-07 19:47   ` Ricardo Wurmus
2019-12-11  8:19     ` [bug#34697] [PATCH 2/3] gnu: Add r-cyclocomp Nicolò Balzarotti
2019-12-11  8:19     ` [bug#34697] [PATCH 3/3] gnu: Add r-lintr Nicolò Balzarotti
2019-12-11 11:12       ` bug#34697: " Ricardo Wurmus
2019-12-11  8:19     ` [bug#34697] [PATCH 1/3] gnu: Add r-xmlparsedata Nicolò Balzarotti
2019-03-01  8:07 ` [bug#34696] [PATCH] gnu: add r-rematch2 Nicolò Balzarotti
2019-03-14  9:58   ` bug#34696: " Ricardo Wurmus
2019-03-01  8:07 ` [bug#34695] [PATCH] gnu: add r-rex Nicolò Balzarotti
2019-04-13  9:13   ` bug#34695: " Ricardo Wurmus
2019-03-01  8:07 ` [bug#34692] [PATCH] gnu: add r-statcheck Nicolò Balzarotti
2019-03-07 19:43   ` Ricardo Wurmus
2019-03-23 20:58     ` Ludovic Courtès
2019-03-23 21:18       ` Nicolò Balzarotti
2019-12-11  9:00         ` Nicolò Balzarotti
2019-12-11 10:15           ` bug#34692: " Ricardo Wurmus
2019-03-01  8:07 ` [bug#34694] [PATCH] gnu: add r-styler Nicolò Balzarotti
2019-04-19 17:15   ` bug#34694: " Ricardo Wurmus
2019-03-01  8:07 ` [bug#34693] [PATCH] services: mpd: add more configuration options Nicolò Balzarotti
2019-03-08 11:34   ` Ludovic Courtès
2019-03-08 13:29     ` Nicolò Balzarotti
2019-03-15 22:08       ` bug#34693: " Ludovic Courtès
2020-12-11  6:28 ` bug#34699: [PATCH] gnu: add emacs-smart-hungry-delete Arun Isaac

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).