author | Francesco Abbate <francesco.bbt@gmail.com> | 2011年10月26日 11:22:04 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2011年10月26日 11:22:04 +0200 |
commit | 1295e713310a8c57f9b9d3a34e094f600d61fa75 (patch) | |
tree | 3ee0ece5c34c6813e1eb886a94e2fd66867eb956 /graph-init.lua | |
parent | 505c0c9226842d4989e90fba8fe56cd3c42040d3 (diff) | |
download | gsl-shell-1295e713310a8c57f9b9d3a34e094f600d61fa75.tar.gz |
-rw-r--r-- | graph-init.lua | 2 |
diff --git a/graph-init.lua b/graph-init.lua index f6e63c5f..e0933e99 100644 --- a/graph-init.lua +++ b/graph-init.lua @@ -1,7 +1,7 @@ local floor = math.floor -local lua_index_style = config.lua_index_style +local lua_index_style = gslsh.lua_index_style function graph.ipath(f) local ln = graph.path(f()) |