aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-04 17:55:57 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-04 17:55:57 -0300
commitc7fbac73b23a89c397ca10fbc75c2ca283ceabbb (patch)
treed7f99c26050c9626837e83d8232daff350065359
parentd1376d6ef113bf77c6376130620de313c566f504 (diff)
downloadluakit-c7fbac73b23a89c397ca10fbc75c2ca283ceabbb.tar.gz
luakit-c7fbac73b23a89c397ca10fbc75c2ca283ceabbb.tar.bz2
Comment out homepage config
-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,