summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2013-09-18 17:07:56 +0100
committerAlan Pearce2013-09-18 17:26:44 +0100
commit1c7da5933ebaa92846b44df74e04c6ea77c8b6e3 (patch)
treef45ed00ad9f586eb2141582f7f9583e84490a6a9 /zsh
parentf5456c0c3cf3e889b5995e711223f3d9f07cd96f (diff)
downloaddotfiles-1c7da5933ebaa92846b44df74e04c6ea77c8b6e3.tar.lz
dotfiles-1c7da5933ebaa92846b44df74e04c6ea77c8b6e3.tar.zst
dotfiles-1c7da5933ebaa92846b44df74e04c6ea77c8b6e3.zip
Set the editor to emacsclient by default
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 4cfd638..ecfec59 100755
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -33,6 +33,7 @@ fpath=(
 
 export PATH
 export PAGER="less"
+export EDITOR="emacsclient"
 export CLICOLOR=true
 
 #