mirror of https://github.com/lcpz/lain.git
Bugfix markup was not defined
This commit is contained in:
parent
87a32771d6
commit
a297ea530f
|
@ -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