We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02ffe7 commit 23b9769Copy full SHA for 23b9769
init.lua
@@ -1,4 +1,4 @@
1
--- Simplify requiring stackline from ~/hammerspoon/init.lua
+-- Simplify requiring stackline from hammerspoon init.lua
2
3
-package.path = os.getenv'HOME' ..'/.hammerspoon/stackline/?.lua;' .. package.path
+package.path = hs.configdir ..'/stackline/?.lua;' .. package.path
4
return require 'stackline.stackline'
0 commit comments