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
|
@ -17331,15 +17331,16 @@ is the primary mode of interaction.")
|
|||
(package
|
||||
(name "emacs-idle-highlight")
|
||||
(version (git-version "1.1.4" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
|
||||
(url
|
||||
"https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0757x4iy7q0mj1rshlxr00hbc78g5hzijgzyqs36nrw6bn65fb93"))))
|
||||
(base32
|
||||
"0757x4iy7q0mj1rshlxr00hbc78g5hzijgzyqs36nrw6bn65fb93"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
|
||||
(synopsis "Highlights all occurrences of the word the point is on")
|
||||
|
|
Reference in a new issue