gnu: Add emacs-reverse-im.

* gnu/packages/emacs-xyz.scm (emacs-reverse-im): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Alexandr Vityazev 2021-06-06 19:52:33 +00:00 committed by Nicolas Goaziou
parent 3543c16ed0
commit 24e731ab47
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13302,6 +13302,27 @@ (define-public emacs-pyim
shuangpin, wubi and cangjie.")
(license license:gpl2+)))
(define-public emacs-reverse-im
(package
(name "emacs-reverse-im")
(version "0.0.7")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/a13/reverse-im.el")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "05k2zp2hldzq5h6nl8gx79dd8lvfn507ad4x3naichdqgn2013nn"))))
(build-system emacs-build-system)
(home-page "https://github.com/a13/reverse-im.el")
(synopsis "Reverse mapping for non-default system layouts")
(description
"Reverse IM provides a minor mode that toggles translations for all input
methods from a given list.")
(license license:gpl3+)))
(define-public emacs-posframe
(package
(name "emacs-posframe")