all repos — nixfiles @ 1c7da5933ebaa92846b44df74e04c6ea77c8b6e3

System and user configuration, managed by nix and home-manager

Set the editor to emacsclient by default
Alan Pearce alan@alanpearce.co.uk
Wed, 18 Sep 2013 17:07:56 +0100
commit

1c7da5933ebaa92846b44df74e04c6ea77c8b6e3

parent

f5456c0c3cf3e889b5995e711223f3d9f07cd96f

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M zsh/zshrczsh/zshrc
@@ -33,6 +33,7 @@ ) 
 export PATH
 export PAGER="less"
+export EDITOR="emacsclient"
 export CLICOLOR=true
 
 #