guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add emacs-xah-fly-keys.


From: guix-commits
Subject: branch master updated: gnu: Add emacs-xah-fly-keys.
Date: Tue, 07 Jun 2022 15:56:18 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5a42df6e49 gnu: Add emacs-xah-fly-keys.
5a42df6e49 is described below

commit 5a42df6e49a2eae412d2a4d3c76668f486f5e5c3
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Tue Jun 7 21:54:56 2022 +0200

    gnu: Add emacs-xah-fly-keys.
    
    * gnu/packages/emacs-xyz.scm (emacs-xah-fly-keys): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e188df12cb..bb5af77422 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1939,6 +1939,28 @@ can be referred to during the expression.  This 
technique can improve clarity
 in certain cases.  It also enables recursion for anonymous functions.")
     (license license:public-domain)))
 
+(define-public emacs-xah-fly-keys
+  (package
+    (name "emacs-xah-fly-keys")
+    (version "17.13.20220526011611")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/xahlee/xah-fly-keys";)
+                    (commit "b1b1ea62c3f1a329376d9125592175cf2027ebc7")))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1gv8d9zgmhzjg6zk2a7y76dz30a3l91xb1p15vldka95faz197wn"))))
+    (build-system emacs-build-system)
+    (home-page "http://xahlee.info/emacs/misc/ergoemacs_vi_mode.html";)
+    (synopsis "Modal keybinding system for Emacs, based on command frequency 
and
+ergonomics")
+    (description "xah-fly-keys.el is a modal editing mode for Emacs, like Vi,
+but the design of key/command choice is based on command frequency statistics
+and ease-of-key score.  Most frequently used commands have most easy keys.")
+    (license license:gpl3)))
+
 (define-public emacs-xr
   (package
     (name "emacs-xr")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]