mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-go-mode: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-go-mode)[arguments]: Use G-expressions. Remove trailing #T.
This commit is contained in:
parent
372b5b7940
commit
4261f86bad
1 changed files with 6 additions and 6 deletions
|
@ -3251,12 +3251,12 @@ current match, total matches and exit status.
|
||||||
"1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf"))))
|
"1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'make-writable
|
(add-after 'unpack 'make-writable
|
||||||
(lambda _
|
(lambda _
|
||||||
(for-each make-file-writable (find-files "." "\\.el$"))
|
(for-each make-file-writable (find-files "." "\\.el$")))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://github.com/dominikh/go-mode.el")
|
(home-page "https://github.com/dominikh/go-mode.el")
|
||||||
(synopsis "Go mode for Emacs")
|
(synopsis "Go mode for Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue