Now running emacs in servermode.

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

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)