From 3cb8ce02e2b3fdab598c6bd3dc3eb76faa36649f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 12 Jun 2025 07:09:07 -0700 Subject: configure `aspell` properly to work with Emacs --- nix/users/fcuny/emacs.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/users/fcuny/emacs.nix') 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"; }; } -- cgit v1.2.3