mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add emacs-ascii-art-to-unicode.
* gnu/packages/emacs-xyz.scm (emacs-ascii-art-to-unicode): New variable.
This commit is contained in:
parent
dae2eb1c12
commit
2fdfa195a6
1 changed files with 21 additions and 0 deletions
|
@ -9678,6 +9678,27 @@ (define-public emacs-anzu
|
|||
Anzu.zim.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ascii-art-to-unicode
|
||||
(package
|
||||
(name "emacs-ascii-art-to-unicode")
|
||||
(version "1.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/ascii-art-to-unicode-"
|
||||
version ".el"))
|
||||
(sha256
|
||||
(base32
|
||||
"1w9h2lyriafxj71r79774gh822cz8mry3gdfzyj6ym6v9mvqypna"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/ascii-art-to-unicode.html")
|
||||
(synopsis "ASCII to Unicode art converter for Emacs")
|
||||
(description "This Emacs package provides the commands @command{aa2u} and
|
||||
@command{aa2u-rectangle}. Both of these commands can be used to convert
|
||||
simple ASCII art line drawings to Unicode; the former works on the active
|
||||
region of the buffer, while the latter works on rectangular selections.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-emmet-mode
|
||||
(package
|
||||
(name "emacs-emmet-mode")
|
||||
|
|
Loading…
Reference in a new issue