summaryrefslogtreecommitdiff
path: root/common/content/liberator.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/content/liberator.js')
-rw-r--r--common/content/liberator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/liberator.js b/common/content/liberator.js
index 880ea30d..a5c62840 100644
--- a/common/content/liberator.js
+++ b/common/content/liberator.js
@@ -1268,9 +1268,9 @@ const liberator = (function () //{{{
// commands must always be the first module to be initialized
loadModule("commands", Commands);
loadModule("options", Options);
+ loadModule("events", Events);
loadModule("mappings", Mappings);
loadModule("buffer", Buffer);
- loadModule("events", Events);
loadModule("commandline", CommandLine);
loadModule("statusline", StatusLine);
loadModule("editor", Editor);