dotfiles: hammerspoon.init
This is my Hammerspoon init file. I'm not putting active code in here. Just calls to actual scripts and other plugins.
-- Load Personal Script
require('bring-finder-to-front')
-- Load Spoon Plug-ins
-- https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip
hs.loadSpoon("ReloadConfiguration")
spoon.ReloadConfiguration:start()
-- end of line --