mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: emacs-ag: Adjust indentation.
* gnu/packages/emacs-xyz.scm (emacs-ag): Adjust indentation.
This commit is contained in:
parent
8fccd2003c
commit
e79b94b69e
1 changed files with 2 additions and 2 deletions
|
@ -1569,8 +1569,8 @@ (define-public emacs-ag
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Wilfred/ag.el.git")
|
||||
(commit version)))
|
||||
(url "https://github.com/Wilfred/ag.el.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue