diff options
Diffstat (limited to '')
| -rw-r--r-- | nix/users/fcuny/emacs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/users/fcuny/emacs.nix b/nix/users/fcuny/emacs.nix index 7e522cd..0b4878f 100644 --- a/nix/users/fcuny/emacs.nix +++ b/nix/users/fcuny/emacs.nix @@ -78,5 +78,6 @@ in home.sessionVariables = { EDITOR = "${pkgs.emacs}/bin/emacsclient -a="; + ASPELL_CONF = "dict-dir ${pkgs.aspellDicts.en}/lib/aspell"; }; } |
