Skip to content

Commit d25dcac

Browse files
committed
Add hunspell settings for firefox.
Taken from the latest ubuntu. https://bazaar.launchpad.net/~mozillateam/firefox/firefox.bionic/view/head:/debian/vendor-gre.js
1 parent e88ca73 commit d25dcac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

liveimagefiles/firefox/defaults/pref/local-prefs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ pref("intl.locale.requested", "");
33

44
// Enalbe Network Manager integration
55
pref("network.manage-offline-status", true);
6+
7+
// load system dictionaries
8+
pref("spellchecker.dictionary_path", "/usr/pkg/share/hunspell");

0 commit comments

Comments
 (0)