aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/emacs.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-06-12 07:09:07 -0700
committerFranck Cuny <franck@fcuny.net>2025-06-12 07:09:07 -0700
commit3cb8ce02e2b3fdab598c6bd3dc3eb76faa36649f (patch)
treeb62713f97f7cb22b93fe2c03f6dace277ac54587 /nix/users/fcuny/emacs.nix
parenttry a smaller font (diff)
downloadinfra-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.nix1
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";
};
}