From 8086f28b9619905df7a2ef15099ac0f3a2136402 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Thu, 3 Sep 2020 08:49:14 +0200 Subject: [PATCH] [bin] No longer open new frames for the emacsclient --- bin/executable_em | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/executable_em b/bin/executable_em index 276abaf..bc97165 100755 --- a/bin/executable_em +++ b/bin/executable_em @@ -1,3 +1,3 @@ #!/bin/bash -exec emacsclient -s daemacs -c "${@}" +exec emacsclient -s daemacs "${@}"