diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-29 10:22:16 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-29 10:22:16 -0700 |
| commit | 3dd2a09087192f6c721bb851276a0019c839eded (patch) | |
| tree | bbe1d873f42a42a2c2eb668c46f64c3446b059e8 /nix/users/fcuny/shell.nix | |
| parent | use some binary caches (diff) | |
| download | infra-3dd2a09087192f6c721bb851276a0019c839eded.tar.gz | |
initial import of emacs config
Diffstat (limited to 'nix/users/fcuny/shell.nix')
| -rw-r--r-- | nix/users/fcuny/shell.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index 57017e9..efcbae5 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -149,11 +149,9 @@ in }; home.sessionVariables = { - EDITOR = "code --wait"; LESS = "-FRSXM"; LESSCHARSET = "utf-8"; PAGER = "less"; SHELL = "${pkgs.fish}/bin/fish"; - VISUAL = "code --wait"; }; } |
