blob: d56f8a30a7ee2853069b46208d91a23ff1141c09 (
plain)
1
2
3
4
5
6
|
# source this file from your bash startup script
alias emacs="emacsclient --create-frame -t"
export ALTERNATE_EDITOR=""
export EDITOR="emacsclient -t"
export VISUAL="emacsclient -c -a emacs"
|