mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-tagedit: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-tagedit)[propagated-inputs]: Reorder inputs alphabetically. [synopsis, description]: Use proper capitalization. Change-Id: I9361a67d61165bf1492df8760f632fef3fe107aa
This commit is contained in:
parent
b43e11643c
commit
ac69b42386
1 changed files with 4 additions and 4 deletions
|
@ -10113,12 +10113,12 @@ (define-public emacs-tagedit
|
||||||
(substitute* "tagedit.el"
|
(substitute* "tagedit.el"
|
||||||
(("\\(require 'assoc\\)") "")))))))
|
(("\\(require 'assoc\\)") "")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-s emacs-dash))
|
(list emacs-dash emacs-s))
|
||||||
(home-page "https://github.com/magnars/tagedit")
|
(home-page "https://github.com/magnars/tagedit")
|
||||||
(synopsis "Some paredit-like features for html-mode")
|
(synopsis "Some Paredit-like features for HTML mode")
|
||||||
(description
|
(description
|
||||||
"This package provides a collection of paredit-like functions for editing
|
"This package provides a collection of Paredit-like functions for editing
|
||||||
in @code{html-mode}.")
|
in HTML mode.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-slime
|
(define-public emacs-slime
|
||||||
|
|
Loading…
Reference in a new issue