aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.dot/luakit.link/globals.lua2
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,