Now running emacs in servermode.

This commit is contained in:
Ivan Malison 2013-03-25 12:46:59 -07:00
parent fe34b1973b
commit 325c66a5b6
2 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,7 @@ alias p="cd ~/Projects"
alias g="git"
alias h="history"
alias j="jobs"
alias emacs="emacsclient -t"
alias e="emacs"
alias m="mate ."
alias s="subl ."

View File

@ -1,5 +1,6 @@
# Make emacs the default editor.
export EDITOR=`which emacs`
B# Make emacs the default editor.
export EDITOR="emacsclient"
export ALTERNATE_EDITOR=""
export VISUAL=`which emacs`
# Larger bash history (allow 32³ entries; default is 500)