all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: pinoaffe <pinoaffe@airmail.cc>
To: 40928@debbugs.gnu.org
Subject: [bug#40928] [PATCH 1/2] gnu: Add emacs-ryo-modal.
Date: Tue, 28 Apr 2020 13:18:17 +0200	[thread overview]
Message-ID: <20200428131817.2141e9e5@airmail.cc> (raw)


* gnu/packages/emacs-xyz.scm (emacs-ryo-modal): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a0275cbe18..37521e92d0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22585,3 +22585,31 @@ ASCII UML sequence diagrams in Emacs, which can be embedded in source code,
 comments or emails.")
       (license license:gpl3+))))
 
+(define-public emacs-ryo-modal
+  (package
+    (name "emacs-ryo-modal")
+    (version "20191017.1323")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "https://melpa.org/packages/ryo-modal-"
+               version
+               ".el"))
+        (sha256
+          (base32
+            "0hslayyfckhirx9sk1pjdrl7acgvwj89aa5spiavz4z6a8rm17js"))))
+    (build-system emacs-build-system)
+    (home-page
+      "http://github.com/Kungsgeten/ryo-modal")
+    (synopsis "Roll your own modal mode")
+    (description
+      "ryo-modal provides a convenient way of defining modal keybindings in Emacs.
+The primary way of binding keys is using `ryo-modal-key' and `ryo-modal-keys'.
+Both of these functions provide useful keyword arguments.
+`ryo-modal-mode' is used to toggle the modal editing environment.
+ryo-modal does not come with any predefined bindings!
+
+If you want bindings that only should be active when the region is active,
+please have a look at `selected-minor-mode' (https://github.com/Kungsgeten/selected.el).")
+    (license license:expat)))
-- 
2.26.2

             reply	other threads:[~2020-04-28 11:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 11:18 pinoaffe [this message]
2020-04-28 11:26 ` [bug#40928] Subject: [PATCH 2/2] gnu: Add emacs-kakoune pinoaffe
2020-04-28 15:55   ` Nicolas Goaziou
2020-04-28 18:05     ` [bug#40928] [PATCH 1/2 v2] gnu: Add emacs-ryo-modal pinoaffe
2020-04-29 14:36       ` bug#40928: " Nicolas Goaziou
2020-04-28 18:06     ` [bug#40928] [PATCH 2/2 v2] gnu: Add emacs-kakoune pinoaffe
2020-04-29 14:38       ` Nicolas Goaziou
2020-04-28 15:46 ` [bug#40928] [PATCH 1/2] gnu: Add emacs-ryo-modal Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200428131817.2141e9e5@airmail.cc \
    --to=pinoaffe@airmail.cc \
    --cc=40928@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.