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: 44685@debbugs.gnu.org
Subject: [bug#44685] [PATCH] gnu: Add emacs-boon.
Date: Mon, 16 Nov 2020 14:28:33 +0000	[thread overview]
Message-ID: <L6u9UNHpMD_rcQwjIkRdHp8bvck_Wy90MopT_YLvqn1BnCK5Q7VX8HQcmeOos0hSS4GWoAW3FVh_bFXuO7O4Kw8AX10a9-Tpw8nyMQ9K7Bk=@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-boon.patch --]
[-- Type: text/x-patch; name=0001-gnu-Add-emacs-boon.patch, Size: 1881 bytes --]

From 6ff79c10600357cb86f4c2a416e27e693c97a57d Mon Sep 17 00:00:00 2001
From: AuPath <marco.au.grassi98@protonmail.com>
Date: Mon, 16 Nov 2020 15:26:04 +0100
Subject: [PATCH] gnu: Add emacs-boon.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 637cdf0f0c..65cbacd516 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11371,6 +11371,35 @@ constructs.")
 configuration of Chinese fonts.")
     (license license:gpl2+)))
 
+(define-public emacs-boon
+  (package
+    (name "emacs-boon")
+    (version "1.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/jyp/boon")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1ss9bjs34q41pa0g0nbdzd8fwpjcbd2239rdlx5aykfv9v0b8j77"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-expand-region" ,emacs-expand-region)
+       ("emacs-dash" ,emacs-dash)
+       ("emacs-multiple-cursors" ,emacs-multiple-cursors)
+       ("powerline" ,emacs-powerline)
+       ("spaceline" ,emacs-spaceline)))
+    (home-page "https://github.com/jyp/boon")
+    (synopsis "Ergonomic Command Mode for Emacs")
+    (description "Boon is a complete package for modal editing with a focus on
+ergonomics and modularity.  Spacial allocation of keys comes first, mnemonics
+second.  Most common operations are mapped to the home row, common editing
+commands are bound to keys reachable with the left hand and movement keys are
+reached with the right hand.")
+    (license license:gpl3+)))
+
 (define-public emacs-csharp-mode
   (package
     (name "emacs-csharp-mode")
-- 
2.29.2


             reply	other threads:[~2020-11-16 14:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-16 14:28 marco.au.grassi98--- via Guix-patches via [this message]
2020-11-16 19:21 ` bug#44685: [PATCH] gnu: Add emacs-boon 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='L6u9UNHpMD_rcQwjIkRdHp8bvck_Wy90MopT_YLvqn1BnCK5Q7VX8HQcmeOos0hSS4GWoAW3FVh_bFXuO7O4Kw8AX10a9-Tpw8nyMQ9K7Bk=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=44685@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).