mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 19:15:45 +01:00
Also groupify commands. Usage examples are in official plugins.
--HG-- branch : groups
This commit is contained in:
@@ -76,7 +76,7 @@ var AutoCommands = Module("autocommands", {
|
||||
this.user = contexts.hives.autocmd.user;
|
||||
},
|
||||
|
||||
hives: Group.Hive("autocmd", AutoCmdHive),
|
||||
hives: Group.Hives("autocmd", AutoCmdHive),
|
||||
|
||||
get activeHives() contexts.activeGroups("autocmd").map(function (h) h.autocmd).filter(function (h) h._store.length),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user