unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Elais Player <elais@fastmail.com>
To: 40947@debbugs.gnu.org
Subject: [bug#40947] Add emacs-boon
Date: Tue, 28 Apr 2020 13:57:48 -0600	[thread overview]
Message-ID: <CSKI9Q.P7JNA1CYLV2D3@fastmail.com> (raw)


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

Hi,

This patch adds the boon modal editing package


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Add-emacs-boon-package.patch --]
[-- Type: text/x-patch, Size: 2212 bytes --]

From 809ed7f518f2cc6b8774ab54c4e0ec35285ed21c Mon Sep 17 00:00:00 2001
From: Elais Player <elais@samus.hsd1.nm.comcast.net>
Date: Tue, 28 Apr 2020 13:44:00 -0600
Subject: [PATCH 1/1] Add emacs-boon package

This patch adds boon modal editing packages.
---
 gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2c61c4189d..13d539e607 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -68,6 +68,7 @@
 ;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
 ;;; Copyright © 2020 Jérémy Korwin-Zmijowski <jeremy@korwin-zmijowski.fr>
 ;;; Copyright © 2020 Alberto Eleuterio Flores Guerrero <barbanegra+guix@posteo.mx>
+;;; Copyright © 2020 Elais Player <elais@fastmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -22662,3 +22663,34 @@ deleting them with @code{(setq delete-by-moving-to-trash t)}.  This package
 provides a simple but convenient user interface to manage those trashed
 files.")
     (license license:gpl3+)))
+
+(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)
+       ("spaceline" ,emacs-spaceline)
+       ("powerline" ,emacs-powerline)
+       ("emacs-dash" ,emacs-dash)
+       ("emacs-multiple-cursors" ,emacs-multiple-cursors)))
+    (home-page "https://github.com/jyp/boon")
+    (synopsis "Ergonomic Command Mode for Emacs.")
+    (description
+     "Boon brings modal editing capabilities to Emacs and...
+
+- It tries to be as ergonomic as possible.
+- It remains lightweight (~300 loc for its core.)
+- It attempts to integrate with Emacs as smoothly as possible")
+    (license license:gpl3)))
-- 
2.26.2


             reply	other threads:[~2020-04-28 21:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 19:57 Elais Player [this message]
2020-04-29 14:48 ` [bug#40947] 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=CSKI9Q.P7JNA1CYLV2D3@fastmail.com \
    --to=elais@fastmail.com \
    --cc=40947@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 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).