Connected stumpwm with emacsclient

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-12-23 22:06:39 +01:00
parent 04479fd97f
commit 1f52a78d2f
5 changed files with 38 additions and 2 deletions

View file

@ -41,11 +41,11 @@ if [ -z $SSH_CLIENT ]
end
if [ -z $EDITOR ]
set -Ux EDITOR nvim
set -Ux EDITOR es
end
if [ -z $VISUAL ]
set -Ux VISUAL nvim
set -Ux VISUAL es
end
if [ -z $GOPATH ]