From 06b93c41f99d39598fad7084b0aac4d0092d55ae Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Fri, 23 Mar 2018 23:04:48 +0300 Subject: guix: Remove whitespace. * guix.scm (emacs-anywhere-mode): Remove whitespace. --- guix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index 9afe6e3..46b9dba 100644 --- a/guix.scm +++ b/guix.scm @@ -69,7 +69,7 @@ newspace." (substitute* "emacs-anywhere" (("@XDOTOOL_BIN@") (which "xdotool"))))) (add-before 'install 'install-shell-script - (lambda* (#:key outputs #:allow-other-keys) + (lambda* (#:key outputs #:allow-other-keys) (install-file "emacs-anywhere" (string-append (assoc-ref outputs "out") "/bin"))))))) -- cgit v1.2.3