aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-10-28 14:11:57 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-10-28 14:11:57 +0000
commit9ecfa7248814e8d7aa9d1976474a5a0ebd4a3c7a (patch)
treea40150fd60cb4e165c62fd7b7facbb2dafe1656d /zsh/.zsh
parente8e8ced09ab22a97ae3da86bf98b2be09e6a4f61 (diff)
downloaddotfiles-9ecfa7248814e8d7aa9d1976474a5a0ebd4a3c7a.tar.gz
dotfiles-9ecfa7248814e8d7aa9d1976474a5a0ebd4a3c7a.zip
Add better default for emacs opening
Diffstat (limited to 'zsh/.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}"