Merge pull request #296 from 2009/patch-2

task: define markup (was not defined)
This commit is contained in:
Luke Bonham 2017-01-30 13:23:30 +01:00 committed by GitHub
commit 2242f42c8f
1 changed files with 1 additions and 0 deletions

View File

@ -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 }