diff --git a/bin/executable_em b/bin/executable_em index 51bb5e8..15d5aad 100644 --- a/bin/executable_em +++ b/bin/executable_em @@ -1,3 +1,3 @@ #!/usr/bin/env bash -exec emacs -nw "$@" +exec emacsclient --create-frame --tty "$@"