summary refs log tree commit diff stats
path: root/zsh/.config
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.config')
-rw-r--r--zsh/.config/zsh/.zshrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 0ef0016..3bde388 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -16,10 +16,6 @@ setopt transient_rprompt
 
 WORDCHARS=${${WORDCHARS//[-.=]}//[\/]}
 
-if (( ${+commands[emacsclient]} ))
-then
-  export EDITOR=emacsclient
-fi
 alias ec=emacsclient
 alias open-project=projectile
 _emacs_function () {