mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 08:14:12 +01:00
added vimperator.has("feature") and made vimperator.open(...) work in thunderbird as well
This commit is contained in:
@@ -32,7 +32,8 @@ vimperator.config = {
|
||||
|
||||
// this widget is focused when focusContent() is called
|
||||
get mainWidget() { return GetThreadTree(); },
|
||||
dialogs: []
|
||||
dialogs: [],
|
||||
features: ["mail", "hints"]
|
||||
}
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user