Connected stumpwm with emacsclient
This commit is contained in:
parent
04479fd97f
commit
1f52a78d2f
5 changed files with 38 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue