summaryrefslogtreecommitdiff
path: root/emacs/emacs.bash
blob: 2312f786c6018e50ee5545e5d19339b6275b9a83 (plain)
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"