We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c3e88f + f187f18 commit 8517a0cCopy full SHA for 8517a0c
modules/hooks.nix
@@ -2791,7 +2791,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
2791
description = "Spell checker and morphological analyzer.";
2792
package = tools.hunspell;
2793
entry = "${hooks.hunspell.package}/bin/hunspell -l";
2794
- files = "\\.((txt)|(html)|(xml)|(md)|(rst)|(tex)|(odf)|\\d)$";
+ files = "\\.((txt)|(html)|(xml)|(md)|(org)|(rst)|(tex)|(odf)|\\d)$";
2795
};
2796
isort =
2797
{
0 commit comments