mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 01:12:25 +01:00
Refactor modules.config.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* @instance events
|
||||
*/
|
||||
const Events = Module("events", {
|
||||
requires: ["autocommands"],
|
||||
requires: ["autocommands", "config"],
|
||||
|
||||
init: function () {
|
||||
const self = this;
|
||||
|
||||
Reference in New Issue
Block a user