diff options
author | kaa <kaa@disroot.org> | 2023-07-05 13:32:01 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2023-07-05 13:32:01 -0700 |
commit | 8987d13d3c1a62d2d1db6ecabb29bc76f3529a44 (patch) | |
tree | 01ee36e8f13438d6cc707f9b918c9ce3af4a5ba4 /config.h | |
parent | 09819bcd940492c8ccc48284880f8bc652a2845a (diff) | |
download | hyp-8987d13d3c1a62d2d1db6ecabb29bc76f3529a44.tar.gz |
Add spanish hyphenation patterns, and support for building an executable that finds those hyphenation patterns. HEAD master
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config.h b/config.h index 8d0cd9f..69c5f26 100644 --- a/config.h +++ b/config.h @@ -13,8 +13,3 @@ char *taglist[] = { /* Words containing any of these characters are skipped. */ char *skip = "&/-=~"; - -/* Should the dictionary of hyphenation patterns be in -a location other than the one specified here, replace this -with the valid location. */ -char *dictfile = "/usr/local/share/hyphen/hyph_en_US.dic"; |