You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, using a directory in the path doesn't work, unless you add the same path with /Users/$USER instead of ~. I think that first line which sets userruntime should be set to os.getenv("HOME") .. "/.local/share/hammerspoon/site" instead of ~/.local/share/hammerspoon/site.
The text was updated successfully, but these errors were encountered:
Looks like a bunch of paths under
~/.local/share/hammerspoon/site
are added topackage.{c,}path
insetup.lua
. See the current tree:hammerspoon/Hammerspoon/setup.lua
Lines 3 to 24 in 0ccc9d0
Unfortunately, using a directory in the path doesn't work, unless you add the same path with
/Users/$USER
instead of~
. I think that first line which setsuserruntime
should be set toos.getenv("HOME") .. "/.local/share/hammerspoon/site"
instead of~/.local/share/hammerspoon/site
.The text was updated successfully, but these errors were encountered: