Emacs: Difference between revisions

imported>Ivvil
No edit summary
imported>Ivvil
Add instrucctions to fix spell checking
Line 297: Line 297:
{
{
   environment.systemPackages = with pkgs; [
   environment.systemPackages = with pkgs; [
     (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
     (aspellWithDicts (dicts: with dicts; [ en en-computers en-science es]))
   ];
   ];
}
}