Skip to content

Commit 8517a0c

Browse files
authored
Merge pull request #521 from Dietr1ch/dev/org-mode
Spelling: Check *.org files by default
2 parents 3c3e88f + f187f18 commit 8517a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -2791,7 +2791,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
27912791
description = "Spell checker and morphological analyzer.";
27922792
package = tools.hunspell;
27932793
entry = "${hooks.hunspell.package}/bin/hunspell -l";
2794-
files = "\\.((txt)|(html)|(xml)|(md)|(rst)|(tex)|(odf)|\\d)$";
2794+
files = "\\.((txt)|(html)|(xml)|(md)|(org)|(rst)|(tex)|(odf)|\\d)$";
27952795
};
27962796
isort =
27972797
{

0 commit comments

Comments
 (0)