mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 11:54:13 +01:00
move Options.{setPref,getPref,setFirefoxPref,getFirefoxPref} to slots of vimperator.options
This commit is contained in:
@@ -352,7 +352,7 @@ function Mappings() //{{{
|
||||
{
|
||||
// setting this option triggers an observer
|
||||
// which takes care of the mode setting
|
||||
Options.setFirefoxPref("accessibility.browsewithcaret", true);
|
||||
vimperator.options.setFirefoxPref("accessibility.browsewithcaret", true);
|
||||
},
|
||||
{
|
||||
short_help: "Start caret mode",
|
||||
|
||||
Reference in New Issue
Block a user