mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
10 lines
232 B
Text
10 lines
232 B
Text
|
return {
|
||
|
default = {
|
||
|
verbose = true,
|
||
|
helper = "spec/preload.lua",
|
||
|
lpath = "lib/?.lua;lib/?/init.lua;spec/?.lua",
|
||
|
},
|
||
|
}
|
||
|
|
||
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|