summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2018-03-23 23:04:48 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2018-03-23 23:04:48 +0300
commit06b93c41f99d39598fad7084b0aac4d0092d55ae (patch)
tree40bc6428cc592da3ab35826ca740f6c3913057cc
parentAdd guix.scm. (diff)
downloademacs-anywhere-mode-06b93c41f99d39598fad7084b0aac4d0092d55ae.tar.gz
guix: Remove whitespace.
* guix.scm (emacs-anywhere-mode): Remove whitespace.
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
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")))))))