1 2 3 4 5
# source this file from your bash startup script alias emacs="emacsclient --create-frame -t" export ALTERNATE_EDITOR="" export EDITOR="emacsclient -t"