Skip to content

Instantly share code, notes, and snippets.

@braddevelop
Last active August 7, 2022 05:44
Show Gist options
  • Save braddevelop/2298469b805978062421f5a09d01d11a to your computer and use it in GitHub Desktop.
Save braddevelop/2298469b805978062421f5a09d01d11a to your computer and use it in GitHub Desktop.
Hellfred Basics: Hellfire - Register subs for applications
-- ... hellfred/hellfred-bootstrap.lua
-- Initialise Hellfire, passing a hotkey
hellfire.init({{'shift','cmd'},'h'})
-- Load subscribers from packs
-- ... other code ...
hellfire.addSubscribers(require('hellfred.extend.basics.hellfirepack-applications'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment