From 5bf889823d85e33f6f7c927f1eaf27b29f218bc0 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Thu, 24 Jun 2010 18:15:57 +0200 Subject: [PATCH] tags no more local --- tags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags.lua b/tags.lua index 836ed58..68484da 100644 --- a/tags.lua +++ b/tags.lua @@ -1,6 +1,6 @@ -- {{{ Tags -local tags = {} +tags={} tags.setup = { { name = "1:⚙", layout = layouts[1] }, { name = "2:⌘", layout = layouts[7] },