unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "marco.au.grassi98--- via Guix-patches" via <guix-patches@gnu.org>
To: 44691@debbugs.gnu.org
Subject: [bug#44691] [PATCH] gnu: Add emacs-modalka.
Date: Mon, 16 Nov 2020 17:52:08 +0000	[thread overview]
Message-ID: <GtTNWiAsqk1vuwkUWC_A368Uw3uD8jRgdPURCm4J100diPKW8CzugsRNkA21bs1j2lI3KTbIBH4CyfMSU2npMOh5XsKTEvu7zgVuLSR8ESk=@protonmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 13 bytes --]

Empty Message

[-- Attachment #1.2: Type: text/html, Size: 24 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-modalka.patch --]
[-- Type: text/x-patch; name=0001-gnu-Add-emacs-modalka.patch, Size: 1670 bytes --]

From 0389313432fcf49f89b877fe427034d860861f05 Mon Sep 17 00:00:00 2001
From: AuPath <marco.au.grassi98@protonmail.com>
Date: Mon, 16 Nov 2020 18:46:23 +0100
Subject: [PATCH] gnu: Add emacs-modalka.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 637cdf0f0c..cab0d44301 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23538,6 +23538,29 @@ internal windowing system.  This combines particularly well with tiling window
 managers such as XMonad.")
     (license license:gpl3+)))
 
+(define-public emacs-modalka
+  (package
+    (name "emacs-modalka")
+    (version "0.1.5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/mrkkrp/modalka")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0ggj8q92sb6wp3hs1vhpmy56id0p3i9zwnw24g2v7xa7w8ac9s7l"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/mrkkrp/modalka")
+    (synopsis "Minor mode to easily define native custom modal editing")
+    (description
+     "This is a building kit to help switch to modal editing in Emacs.  The
+main goal of the package is to make modal editing in Emacs as natural and
+native as possible.  Modalka lets you define your own keys and does not come
+with a preconfigured set of keys.")
+    (license license:gpl3+)))
+
 (define-public emacs-shrink-path
   (package
     (name "emacs-shrink-path")
-- 
2.29.2


             reply	other threads:[~2020-11-16 17:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-16 17:52 marco.au.grassi98--- via Guix-patches via [this message]
2020-11-16 19:11 ` [bug#44691] [PATCH] gnu: Add emacs-modalka 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='GtTNWiAsqk1vuwkUWC_A368Uw3uD8jRgdPURCm4J100diPKW8CzugsRNkA21bs1j2lI3KTbIBH4CyfMSU2npMOh5XsKTEvu7zgVuLSR8ESk=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=44691@debbugs.gnu.org \
    --cc=marco.au.grassi98@protonmail.com \
    /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 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).