guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/18: gnu: emacs-go-mode: Improve package style.


From: guix-commits
Subject: 06/18: gnu: emacs-go-mode: Improve package style.
Date: Fri, 18 Feb 2022 15:34:26 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 4261f86badf37071a7badd5950cad97e7b0abff2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 18 21:12:48 2022 +0100

    gnu: emacs-go-mode: Improve package style.
    
    * gnu/packages/emacs-xyz.scm (emacs-go-mode)[arguments]: Use
    G-expressions.  Remove trailing #T.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6617eb06af..339b94c50c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3251,12 +3251,12 @@ current match, total matches and exit status.
                 "1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf"))))
     (build-system emacs-build-system)
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'make-writable
-           (lambda _
-             (for-each make-file-writable (find-files "." "\\.el$"))
-             #t)))))
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'make-writable
+            (lambda _
+              (for-each make-file-writable (find-files "." "\\.el$")))))))
     (home-page "https://github.com/dominikh/go-mode.el";)
     (synopsis "Go mode for Emacs")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]