mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-origami: Improve style.
* gnu/packages/emacs-xyz.scm (emacs-origami): Run guix style. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
eeb30e0295
commit
19d4301d45
1 changed files with 4 additions and 5 deletions
|
@ -36110,8 +36110,7 @@ support JSX syntax.")
|
||||||
(define-public emacs-origami
|
(define-public emacs-origami
|
||||||
(let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366")
|
(let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366")
|
||||||
(version "1.0")
|
(version "1.0")
|
||||||
(revision "1")
|
(revision "1"))
|
||||||
(patch "1d9c4f120c027a5009b0424270e3aae59f1cb128"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-origami")
|
(name "emacs-origami")
|
||||||
(version (git-version version revision commit))
|
(version (git-version version revision commit))
|
||||||
|
@ -36134,11 +36133,11 @@ support JSX syntax.")
|
||||||
(let ((color (face-attribute 'highlight :background)))
|
(let ((color (face-attribute 'highlight :background)))
|
||||||
(and color (not (eq color 'unspecified)) color))")))))
|
(and color (not (eq color 'unspecified)) color))")))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs (list emacs-dash emacs-s))
|
||||||
(list emacs-dash emacs-s))
|
|
||||||
(home-page "https://github.com/gregsexton/origami.el")
|
(home-page "https://github.com/gregsexton/origami.el")
|
||||||
(synopsis "Flexible text-folding")
|
(synopsis "Flexible text-folding")
|
||||||
(description "This package provides a minor mode for collapsing and
|
(description
|
||||||
|
"This package provides a minor mode for collapsing and
|
||||||
expanding regions of text without modifying the actual contents.")
|
expanding regions of text without modifying the actual contents.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue