1
0
Fork 0

Remove emacsclient config

This commit is contained in:
Jeremy Kaplan 2015-12-06 13:33:50 -05:00
commit 8168cbecd7
3 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
export EDITOR='emacsclient --alternate-editor="" --tty'
export EDITOR='emacs'
export VISUAL=$EDITOR
export WORKON_HOME=$HOME/.virtualenvs