From 3424cadc9d812fb043f8e82036c0a1be6d03550c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 4 May 2025 14:15:45 -0700 Subject: load environment variables properly we were only loading the one for aspell, but not the $PATH. We actually don't need the one for aspell. --- nix/users/fcuny/emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/users/fcuny/emacs.nix') 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="; }; } -- cgit v1.2.3