all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35699] [PATCH] gnu: Add emacs-evil-cleverparens
@ 2019-05-12 15:46 LaFreniere, Joseph
  2019-05-14 10:19 ` bug#35699: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: LaFreniere, Joseph @ 2019-05-12 15:46 UTC (permalink / raw)
  To: 35699


* gnu/packages/emacs-xyz.scm (emacs-evil-cleverparens): New 
  variable.
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm 
b/gnu/packages/emacs-xyz.scm
index 069bf3e1f6..c5f1a0103e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15557,3 +15557,30 @@ between \"frame-width\" and 
\"frame-height\", between \"public\",
 \"protected\" and \"private\" and between \"variable1\", 
 \"variable2\" through
 \"variableN\".")
     (license license:gpl2+)))
+
+(define-public emacs-evil-cleverparens
+  (let ((commit "8c45879d49bfa6d4e414b6c1df700a4a51cbb869")
+        (revision "1"))
+    (package
+      (name "emacs-evil-cleverparens")
+      (version (git-version "2017-07-17" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url 
"https://github.com/luxbock/evil-cleverparens.git")
+                      (commit commit)))
+                (sha256 (base32 
"0lhnybpnk4n2yhlcnj9zxn0vi5hpjfaqfhvyfy7ckzz74g8v7iyw"))
+                (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-evil" ,emacs-evil)
+         ("emacs-paredit" ,emacs-paredit)
+         ("emacs-smartparens" ,emacs-smartparens)))
+      (home-page "https://github.com/luxbock/evil-cleverparens")
+      (synopsis "Emacs modal editing optimized for editing Lisp")
+      (description "@code{evil-clverparens} remaps Evil 
keybindings to allow
+modal editing with screwing up the structure of lisp code. 
Alternatives for
+verb commands which would are normally destructive (such as 
deletion) are
+provided.  Those alternative commands are and bound by default to 
their
+corresponding Evil keys.")
+      (license license:expat))))
--
2.21.0

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

* bug#35699: [PATCH] gnu: Add emacs-evil-cleverparens
  2019-05-12 15:46 [bug#35699] [PATCH] gnu: Add emacs-evil-cleverparens LaFreniere, Joseph
@ 2019-05-14 10:19 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-05-14 10:19 UTC (permalink / raw)
  To: LaFreniere, Joseph; +Cc: 35699-done

Hi,

"LaFreniere, Joseph" <joseph@lafreniere.xyz> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-evil-cleverparens): New variable.

Your email client munged the patch so I had to fiddle a bit with it, but
anyway, I added a copyright line for you and applied it.

Thanks!

Ludo’.

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

end of thread, other threads:[~2019-05-14 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-12 15:46 [bug#35699] [PATCH] gnu: Add emacs-evil-cleverparens LaFreniere, Joseph
2019-05-14 10:19 ` bug#35699: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.