mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-16 05:53:18 -04:00
layout.spellcheckDefault
spellchecking in multi-line & single-line is better than multi-line only. Less typos, more better. Both @atomGit and myself are using the value 2.
This commit is contained in:
parent
668c307ffb
commit
3a15a3758d
4
user.js
4
user.js
@ -1394,8 +1394,8 @@ user_pref("browser.ctrlTab.previews", true);
|
||||
/* 3011: don't open "page/selection source" in a tab. The window used instead is cleaner
|
||||
* and easier to use and move around (eg developers/multi-screen). ***/
|
||||
user_pref("view_source.tab", false);
|
||||
/* 3012: spellchecking: 0=none, 1-multi-line controls, 2=multi-line & single-line controls ***/
|
||||
user_pref("layout.spellcheckDefault", 1);
|
||||
/* 3012: spellchecking: 0=none, 1-multi-line controls (default), 2=multi-line & single-line controls ***/
|
||||
user_pref("layout.spellcheckDefault", 2);
|
||||
/* 3013: disable automatic "Work Offline" status
|
||||
* https://bugzilla.mozilla.org/show_bug.cgi?id=620472
|
||||
* https://developer.mozilla.org/en-US/docs/Online_and_offline_events ***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user