diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-06-12 07:09:07 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-06-12 07:09:07 -0700 |
| commit | 3cb8ce02e2b3fdab598c6bd3dc3eb76faa36649f (patch) | |
| tree | b62713f97f7cb22b93fe2c03f6dace277ac54587 /nix/users/fcuny/emacs.nix | |
| parent | try a smaller font (diff) | |
| download | infra-3cb8ce02e2b3fdab598c6bd3dc3eb76faa36649f.tar.gz | |
configure `aspell` properly to work with Emacs
Diffstat (limited to 'nix/users/fcuny/emacs.nix')
| -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"; }; } |
