gnu: emacs-xah-fly-keys: Update to 24.19.20231204080156.
* gnu/packages/emacs-xyz.scm (emacs-xah-fly-keys): Update to 24.19.20231204080156. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I1785fced0354ecc837bbe28323a86a3cad506035
This commit is contained in:
parent
d9e54c187b
commit
adbdb6e494
1 changed files with 18 additions and 17 deletions
|
@ -2950,26 +2950,27 @@ in certain cases. It also enables recursion for anonymous functions.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public emacs-xah-fly-keys
|
(define-public emacs-xah-fly-keys
|
||||||
(package
|
(let ((commit "e81f8143e9f7b8e55fa549ec6113048e4959b96e"))
|
||||||
(name "emacs-xah-fly-keys")
|
(package
|
||||||
(version "17.13.20220526011611")
|
(name "emacs-xah-fly-keys")
|
||||||
(source (origin
|
(version "24.19.20231204080156")
|
||||||
(method git-fetch)
|
(source (origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/xahlee/xah-fly-keys")
|
(uri (git-reference
|
||||||
(commit "b1b1ea62c3f1a329376d9125592175cf2027ebc7")))
|
(url "https://github.com/xahlee/xah-fly-keys")
|
||||||
(file-name (git-file-name name version))
|
(commit commit)))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"1gv8d9zgmhzjg6zk2a7y76dz30a3l91xb1p15vldka95faz197wn"))))
|
(base32
|
||||||
(build-system emacs-build-system)
|
"1pnq4p5y0h7d3nj3vcsdfccc0aahdvcgskik337z6k7hmb32xz48"))))
|
||||||
(home-page "http://xahlee.info/emacs/misc/ergoemacs_vi_mode.html")
|
(build-system emacs-build-system)
|
||||||
(synopsis "Modal keybinding system for Emacs, based on command frequency and
|
(home-page "http://xahlee.info/emacs/misc/ergoemacs_vi_mode.html")
|
||||||
|
(synopsis "Modal keybinding system for Emacs, based on command frequency and
|
||||||
ergonomics")
|
ergonomics")
|
||||||
(description "xah-fly-keys.el is a modal editing mode for Emacs, like Vi,
|
(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
|
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.")
|
and ease-of-key score. Most frequently used commands have most easy keys.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3))))
|
||||||
|
|
||||||
(define-public emacs-xr
|
(define-public emacs-xr
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue