Skip to content

Commit 23b9769

Browse files
authored
Accept custom Hammerspoon config dirs in helper (#97)
1 parent b02ffe7 commit 23b9769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Simplify requiring stackline from ~/hammerspoon/init.lua
1+
-- Simplify requiring stackline from hammerspoon init.lua
22

3-
package.path = os.getenv'HOME' ..'/.hammerspoon/stackline/?.lua;' .. package.path
3+
package.path = hs.configdir ..'/stackline/?.lua;' .. package.path
44
return require 'stackline.stackline'

0 commit comments

Comments
 (0)