From 9ecfa7248814e8d7aa9d1976474a5a0ebd4a3c7a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 28 Oct 2018 14:11:57 +0000 Subject: Add better default for emacs opening --- zsh/.zsh/export.zsh | 4 ++-- 1 file 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}" -- cgit