From a61e1f4d90faf913bec6327d7acdca160606629b Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 9 Jun 2021 20:07:11 +0200 Subject: [PATCH] Revert "Shorten emacsnw" This reverts commit 9badd4cf8dc8fd6d642dfe982f0f517c98bde942. --- files/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/.zshrc b/files/.zshrc index 9774b7d..6286b8a 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -44,8 +44,8 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} " zstyle ':vcs_info:git:*' formats '|%b ' # ============================== Exports -export EDITOR="emacsclient -nw -a 'emacs -nw'" -export VISUAL="emacsclient -a emacs" +export EDITOR="emacsclient -c -nw -a 'emacs -nw'" +export VISUAL="emacsclient -c -a emacs" export LANG="en_US.UTF-8" # ============================== Aliases