mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 17:23:32 +01:00
Refactor modules.config.
This commit is contained in:
@@ -12,6 +12,8 @@ const AutoCommand = new Struct("event", "pattern", "command");
|
||||
* @instance autocommands
|
||||
*/
|
||||
const AutoCommands = Module("autocommands", {
|
||||
requires: ["config"],
|
||||
|
||||
init: function () {
|
||||
this._store = [];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user