mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:17:59 +01:00
Formatting fixes.
This commit is contained in:
@@ -62,7 +62,6 @@ const Editor = Module("editor", {
|
||||
|
||||
},
|
||||
|
||||
|
||||
// For the record, some of this code I've just finished throwing
|
||||
// away makes me want to pull someone else's hair out. --Kris
|
||||
abbrevs: function () {
|
||||
@@ -1069,7 +1068,7 @@ const Editor = Module("editor", {
|
||||
options.add(["insertmode", "im"],
|
||||
"Use Insert mode as the default for text areas",
|
||||
"boolean", true);
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user