mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add emacs-taxy-magit-section.
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): New variable.
This commit is contained in:
parent
146b49d4aa
commit
2b4d43d1c3
1 changed files with 23 additions and 0 deletions
|
@ -16613,6 +16613,29 @@ (define-public emacs-taxy
|
|||
groups.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-taxy-magit-section
|
||||
(package
|
||||
(name "emacs-taxy-magit-section")
|
||||
(version "0.9.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://elpa.gnu.org/packages/taxy-magit-section-" version
|
||||
".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ybkz5nqjdrg2z9bfd07xg4k49hrl26vsrwz2vqpfbsqqg5vr4pr"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-magit emacs-taxy))
|
||||
(home-page "https://github.com/alphapapa/taxy.el")
|
||||
(synopsis "View Taxy structs in a Magit Section buffer")
|
||||
(description
|
||||
"This library provides a way to view @code{taxy} structs in a column-based,
|
||||
@code{magit-section} buffer. Columns are defined using simple top-level
|
||||
forms, and new columns may be easily defined by users in their
|
||||
configurations.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-emojify
|
||||
(package
|
||||
(name "emacs-emojify")
|
||||
|
|
Loading…
Reference in a new issue