about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/fcuny/desktop/emacs.nix6
1 files changed, 2 insertions, 4 deletions
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 ]))
   ];
 }