diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-04 17:55:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-04 17:55:57 -0300 |
commit | c7fbac73b23a89c397ca10fbc75c2ca283ceabbb (patch) | |
tree | d7f99c26050c9626837e83d8232daff350065359 | |
parent | d1376d6ef113bf77c6376130620de313c566f504 (diff) | |
download | luakit-c7fbac73b23a89c397ca10fbc75c2ca283ceabbb.tar.gz luakit-c7fbac73b23a89c397ca10fbc75c2ca283ceabbb.tar.bz2 |
Comment out homepage config
-rw-r--r-- | config.dot/luakit.link/globals.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/luakit.link/globals.lua b/config.dot/luakit.link/globals.lua index 8107987..cdadb5d 100644 --- a/config.dot/luakit.link/globals.lua +++ b/config.dot/luakit.link/globals.lua @@ -3,7 +3,7 @@ homedir = os.getenv("HOME") -- Global variables for luakit globals = { - homepage = homedir .. "/html/index.html", + -- homepage = homedir .. "/html/index.html", -- homepage = "http://luakit.org/", -- homepage = "http://github.com/mason-larobina/luakit", scroll_step = 40, |