[bin] No longer open new frames for the emacsclient

This commit is contained in:
Sebastian Schulze 2020-09-03 08:49:14 +02:00
parent 12277131c3
commit 8086f28b96
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
exec emacsclient -s daemacs -c "${@}"
exec emacsclient -s daemacs "${@}"