From da8b43d182d45323720f9e6a88525b2406b4d181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 27 Jan 2023 11:41:06 +0100 Subject: [PATCH] formatting --- modules/programs/emacs.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/programs/emacs.nix b/modules/programs/emacs.nix index c754558..0e65565 100644 --- a/modules/programs/emacs.nix +++ b/modules/programs/emacs.nix @@ -24,14 +24,13 @@ in ]; users.users.moritz.packages = with pkgs; [ myEmacs - (ripgrep.override { withPCRE2 = true; }) # flyspell - (hunspellWithDicts [ - hunspellDicts.en_GB-ize - hunspellDicts.en_US - hunspellDicts.de_DE - ]) + (hunspellWithDicts (with hunspellDicts; [ + en_GB-ize + en_US + de_DE + ])) # language servers nil