Advertisement
Guest User

.settings

a guest
Apr 4th, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. {
  2.   [ "shell.allow_disk_startup" ] = true,
  3.   [ "motd.enable" ] = false,
  4.   [ "shell.allow_startup" ] = true,
  5.   label = "Joel",
  6.   [ "edit.default_extension" ] = "lua",
  7.   [ "shell.autocomplete" ] = true,
  8.   [ "lua.autocomplete" ] = true,
  9.   [ "bios.use_multishell" ] = true,
  10.   [ "paint.default_extension" ] = "nfp",
  11.   [ "motd.path" ] = "/rom/motd.txt:/motd.txt",
  12.   [ "edit.autocomplete" ] = true,
  13.   [ "list.show_hidden" ] = false,
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement