1
0
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:
Kris Maglione
2011-02-06 22:26:25 -05:00
parent 2a99de96a0
commit 83d86f7f02
6 changed files with 253 additions and 204 deletions

View File

@@ -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),