summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index 52082e5..e651f06 100644
--- a/common.nix
+++ b/common.nix
@@ -7,7 +7,7 @@ in
home = {
packages = import ./packages.nix { inherit pkgs; };
sessionVariables = {
- EDITOR = "vim";
+ EDITOR = "emacsclient";
LANG = "en_US.UTF-8";
PATH = "${homedir}/bin:${homedir}/.cabal/bin:${homedir}/.local/bin:$PATH";
PAGER = "less";