mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: emacs-reformatter: Adjust indentation.
* gnu/packages/emacs-xyz.scm (emacs-reformatter): Adjust indentation.
This commit is contained in:
parent
9af09e9c8f
commit
5b225909bc
1 changed files with 8 additions and 8 deletions
|
@ -1037,14 +1037,14 @@ (define-public emacs-reformatter
|
||||||
(version "0.4")
|
(version "0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/purcell/reformatter.el.git")
|
(url "https://github.com/purcell/reformatter.el.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hhy6x1bkwlhdlarsgm06g3am4yh02yqv8qs34szpzgy53x84qah"))))
|
"0hhy6x1bkwlhdlarsgm06g3am4yh02yqv8qs34szpzgy53x84qah"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/purcell/reformatter.el")
|
(home-page "https://github.com/purcell/reformatter.el")
|
||||||
(synopsis "Define commands which run reformatters on the current buffer")
|
(synopsis "Define commands which run reformatters on the current buffer")
|
||||||
|
|
Loading…
Reference in a new issue