gnu: emacs-idle-highlight: Restyle format.
* gnu/packages/emacs-xyz.scm (emacs-idle-highlight): Restyle format. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
ce6a84a55e
commit
34a34d64b5
1 changed files with 19 additions and 18 deletions
|
@ -17328,26 +17328,27 @@ is the primary mode of interaction.")
|
||||||
(define-public emacs-idle-highlight
|
(define-public emacs-idle-highlight
|
||||||
(let ((commit "f9091c907d41e7b12d99d108a194229b8dbfc5ae")
|
(let ((commit "f9091c907d41e7b12d99d108a194229b8dbfc5ae")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-idle-highlight")
|
(name "emacs-idle-highlight")
|
||||||
(version (git-version "1.1.4" revision commit))
|
(version (git-version "1.1.4" revision commit))
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url
|
||||||
(url "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
|
"https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0757x4iy7q0mj1rshlxr00hbc78g5hzijgzyqs36nrw6bn65fb93"))))
|
(base32
|
||||||
(build-system emacs-build-system)
|
"0757x4iy7q0mj1rshlxr00hbc78g5hzijgzyqs36nrw6bn65fb93"))))
|
||||||
(home-page "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
|
(build-system emacs-build-system)
|
||||||
(synopsis "Highlights all occurrences of the word the point is on")
|
(home-page "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
|
||||||
(description
|
(synopsis "Highlights all occurrences of the word the point is on")
|
||||||
"This Emacs package provides @code{idle-highlight-mode} that sets
|
(description
|
||||||
|
"This Emacs package provides @code{idle-highlight-mode} that sets
|
||||||
an idle timer to highlight all occurrences in the buffer of the word under
|
an idle timer to highlight all occurrences in the buffer of the word under
|
||||||
the point.")
|
the point.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-ox-twbs
|
(define-public emacs-ox-twbs
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue