aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh/export.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh/export.zsh')
-rw-r--r--zsh/.zsh/export.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh
index 59de81b..5049f7d 100644
--- a/zsh/.zsh/export.zsh
+++ b/zsh/.zsh/export.zsh
@@ -1,7 +1,7 @@
export GITHUB_HOME=$HOME/Github
export ALTERNATE_EDITOR=""
-export EDITOR='emacsclient -nw -a ""'
-export VISUAL='emacsclient -c -a ""'
+export EDITOR='emacsclient -nw -a "emacs -Q -nw"'
+export VISUAL='emacsclient -c -a "emacs -Q"'
export PATH="${HOME}/.gem/ruby/2.5.0/bin:/usr/local/bin:${PATH}"
export PATH="${HOME}/.local/bin:${PATH}"