Created
August 7, 2022 06:57
-
-
Save braddevelop/a90f9d5635377d74b145a892845c8273 to your computer and use it in GitHub Desktop.
Hellfred Basics: Hellfuzz - Register subs for applications and links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- ... hellfred/hellfred-bootstrap.lua | |
-- Initialise Hellfuzz, passing a hotkey | |
hellfuzz.init({{'shift','alt'},'h'}) | |
-- Load subscribers from packs | |
-- ... other code ... | |
hellfuzz.addSubscribers(require('hellfred.extend.basics.hellfuzzpack-apps-and-links')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment