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: I9361a67d61165bf1492df8760f632fef3fe107aamaster
parent
b43e11643c
commit
ac69b42386
|
@ -10113,12 +10113,12 @@ constants and units into an Emacs buffer.")
|
||||||
(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
|
||||||
|
|
Reference in New Issue