aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/default.nix')
-rw-r--r--users/fcuny/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/fcuny/default.nix b/users/fcuny/default.nix
index fa6a24a..3e55cba 100644
--- a/users/fcuny/default.nix
+++ b/users/fcuny/default.nix
@@ -8,9 +8,10 @@
programs.home-manager.enable = true;
home.sessionVariables = {
+ EDITOR = "emacsclient -c -a=";
+ VISUAL = "emacsclient -c -a=";
LANG = "en_US.UTF-8";
LC_CTYPE = "en_US.UTF-8";
LC_ALL = "en_US.UTF-8";
- EDITOR = "vim";
};
}