mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02: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
|
||||
(let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366")
|
||||
(version "1.0")
|
||||
(revision "1")
|
||||
(patch "1d9c4f120c027a5009b0424270e3aae59f1cb128"))
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-origami")
|
||||
(version (git-version version revision commit))
|
||||
|
@ -36134,11 +36133,11 @@ support JSX syntax.")
|
|||
(let ((color (face-attribute 'highlight :background)))
|
||||
(and color (not (eq color 'unspecified)) color))")))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-s))
|
||||
(propagated-inputs (list emacs-dash emacs-s))
|
||||
(home-page "https://github.com/gregsexton/origami.el")
|
||||
(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.")
|
||||
(license license:expat))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue