mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 15:15:46 +01:00
Make the :command-complete completers config specific.
Adds a few missing completers for Pentadactyl.
This commit is contained in:
@@ -23,6 +23,8 @@ const Config = Module("config", ConfigBase, {
|
||||
|
||||
get browser() getBrowser(),
|
||||
|
||||
completers: Class.memoize(function () update({ mailfolder: "mailFolder" }, this.__proto__.completers)),
|
||||
|
||||
dialogs: {
|
||||
about: ["About Thunderbird",
|
||||
function () { window.openAboutDialog(); }],
|
||||
|
||||
Reference in New Issue
Block a user