[emacs] Make em start stuff in a new frame

This commit is contained in:
Sebastian Schulze 2021-04-23 12:59:00 +02:00
parent 7cfdb8606d
commit d83b2bfcdf
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
exec emacs -nw "$@"
exec emacsclient --create-frame --tty "$@"