summaryrefslogtreecommitdiff
path: root/waterfox-g/debian/spellcheck.js
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox-g/debian/spellcheck.js')
-rw-r--r--waterfox-g/debian/spellcheck.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/waterfox-g/debian/spellcheck.js b/waterfox-g/debian/spellcheck.js
new file mode 100644
index 0000000..ddd9a6e
--- /dev/null
+++ b/waterfox-g/debian/spellcheck.js
@@ -0,0 +1,2 @@
+// Use system's dictionaries
+pref("spellchecker.dictionary_path", "/usr/share/hunspell");
bgstack15