diff options
Diffstat (limited to '')
| -rw-r--r-- | nix/users/fcuny/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/emacs.nix b/nix/users/fcuny/emacs.nix index 36c93ac..f7f83d6 100644 --- a/nix/users/fcuny/emacs.nix +++ b/nix/users/fcuny/emacs.nix @@ -63,6 +63,6 @@ in ]; home.sessionVariables = { - EDITOR = "emacsclient -t"; + EDITOR = "${pkgs.emacs}/bin/emacsclient -a="; }; } |
