From cac007fd19b94968a261e6322a8d27ea8691e4a9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 22 Feb 2022 17:28:50 -0800 Subject: emacs: install aspell correctly --- users/fcuny/desktop/emacs.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'users') diff --git a/users/fcuny/desktop/emacs.nix b/users/fcuny/desktop/emacs.nix index ac72278..6c2f42c 100644 --- a/users/fcuny/desktop/emacs.nix +++ b/users/fcuny/desktop/emacs.nix @@ -3,9 +3,7 @@ { home.packages = with pkgs; [ emacsPgtkGcc - aspell - aspellDicts.en - aspellDicts.en-science - aspellDicts.en-computers + # see https://github.com/hlissner/doom-emacs/issues/4138 + (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ])) ]; } -- cgit 1.4.1