mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add emacs-svg-tag-mode.
* gnu/packages/emacs-xyz.scm (emacs-svg-tag-mode): New variable.
This commit is contained in:
parent
78e93c2677
commit
032a26d50b
1 changed files with 22 additions and 0 deletions
|
@ -15951,6 +15951,28 @@ (define-public emacs-restart-emacs
|
|||
within Emacs.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-svg-tag-mode
|
||||
(let ((commit "87489d28450559078aa15b4a435143a297508e48")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-svg-tag-mode")
|
||||
(version (git-version "0.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/rougier/svg-tag-mode")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gyhmv60dx0zxx4bmhzsd7q5vfnkpfwlj6539bn272fwcr7zncp8"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/rougier/svg-tag-mode")
|
||||
(synopsis "Replace keywords with SVG tags")
|
||||
(description "This package provides a minor mode that replaces keywords
|
||||
or expressions with SVG rounded box labels that are fully customizable.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-sourcemap
|
||||
(package
|
||||
(name "emacs-sourcemap")
|
||||
|
|
Loading…
Reference in a new issue