Revert "Shorten emacsnw"

This reverts commit 9badd4cf8d.
This commit is contained in:
Marco Thomas
2021-06-09 20:07:11 +02:00
parent 9badd4cf8d
commit a61e1f4d90

View File

@@ -44,8 +44,8 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} "
zstyle ':vcs_info:git:*' formats '|%b ' zstyle ':vcs_info:git:*' formats '|%b '
# ============================== Exports # ============================== Exports
export EDITOR="emacsclient -nw -a 'emacs -nw'" export EDITOR="emacsclient -c -nw -a 'emacs -nw'"
export VISUAL="emacsclient -a emacs" export VISUAL="emacsclient -c -a emacs"
export LANG="en_US.UTF-8" export LANG="en_US.UTF-8"
# ============================== Aliases # ============================== Aliases