mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-08 06:50:51 +00:00
16 lines
166 B
Lua
16 lines
166 B
Lua
--
|
|
-- These globals can be set and accessed:
|
|
--
|
|
globals = {
|
|
"rawrequire",
|
|
}
|
|
|
|
--
|
|
-- These globals can only be accessed:
|
|
--
|
|
read_globals = {
|
|
"hs",
|
|
"ls",
|
|
"spoon",
|
|
}
|