me
/
guix
Archived
1
0
Fork 0

gnu: emacs-reformatter: Adjust indentation.

* gnu/packages/emacs-xyz.scm (emacs-reformatter): Adjust indentation.
master
Brett Gilio 2019-12-27 19:30:51 -06:00
parent 9af09e9c8f
commit 5b225909bc
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 8 additions and 8 deletions

View File

@ -1037,14 +1037,14 @@ terminals.")
(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")