Open new terminal in current folder from emacs

This commit is contained in:
J. Fernando Sánchez
2017-01-14 00:14:05 +01:00
parent 91a33cdeb5
commit 5cd9fdc6a9
3 changed files with 12 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ fi
#
export EDITOR='vi'
export VISUAL="myemacs -t"
export VISUAL="myemacs -c"
export ALTERNATE_EDITOR=""
export PAGER='less'