mirror of https://github.com/lcpz/lain.git
Merge pull request #296 from 2009/patch-2
task: define markup (was not defined)
This commit is contained in:
commit
2242f42c8f
|
@ -7,6 +7,7 @@
|
|||
--]]
|
||||
|
||||
local helpers = require("lain.helpers")
|
||||
local markup = require("lain.util").markup
|
||||
local awful = require("awful")
|
||||
local naughty = require("naughty")
|
||||
local string = { format = string.format, gsub = string.gsub }
|
||||
|
|
Loading…
Reference in New Issue