[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: emacs-exwm: Let shell wrapper work with arguments.
From: |
Arun Isaac |
Subject: |
01/01: gnu: emacs-exwm: Let shell wrapper work with arguments. |
Date: |
Wed, 19 Apr 2017 12:51:38 -0400 (EDT) |
arunisaac pushed a commit to branch master
in repository guix.
commit 11f8e028d2fafc77be2eb58ced1680cb77b9b952
Author: Feng Shu <address@hidden>
Date: Wed Apr 19 06:14:44 2017 +0800
gnu: emacs-exwm: Let shell wrapper work with arguments.
* gnu/packages/emacs.scm (emacs-exwm): Pass shell wrapper arguments to
emacs.
Signed-off-by: Arun Isaac <address@hidden>
---
gnu/packages/emacs.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6eb8751..68bac8b 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4475,7 +4475,7 @@ It should enable you to implement low-level X11
applications.")
(format #t "#!~a ~@
export DISPLAY=:0 ~@
~a +SI:localuser:$USER ~@
- exec ~a --exit-with-session ~a --eval '~s' ~%"
+ exec ~a --exit-with-session ~a \"address@hidden" --eval
'~s' ~%"
(string-append (assoc-ref inputs "bash") "/bin/sh")
(string-append (assoc-ref inputs "xhost")
"/bin/xhost")
(string-append (assoc-ref inputs "dbus")
"/bin/dbus-launch")