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")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/purcell/reformatter.el.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0hhy6x1bkwlhdlarsgm06g3am4yh02yqv8qs34szpzgy53x84qah"))))
(method git-fetch)
(uri (git-reference
(url "https://github.com/purcell/reformatter.el.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0hhy6x1bkwlhdlarsgm06g3am4yh02yqv8qs34szpzgy53x84qah"))))
(build-system emacs-build-system)
(home-page "https://github.com/purcell/reformatter.el")
(synopsis "Define commands which run reformatters on the current buffer")