Use local requires

This commit is contained in:
crater2150 2014-08-28 10:58:03 +02:00
parent a25361f352
commit d45429f304
7 changed files with 12 additions and 10 deletions

View file

@ -1,5 +1,5 @@
-- tags
local awful = awful
local awful = require("awful")
local conf = conf
local modkey = conf.modkey or "Mod4"