libs: add vim modeline

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-08-06 15:39:51 +02:00
parent be9e53f4be
commit 9cf1bc00c9
3 changed files with 6 additions and 0 deletions

View File

@ -1178,3 +1178,5 @@ hooks.focus.register(titlebar.update)
hooks.unfocus.register(titlebar.update) hooks.unfocus.register(titlebar.update)
hooks.titleupdate.register(titlebar.update) hooks.titleupdate.register(titlebar.update)
hooks.unmanage.register(titlebar.remove) hooks.unmanage.register(titlebar.remove)
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80

View File

@ -73,3 +73,5 @@ function init(path)
end end
setmetatable(package.loaded[module_name], package.loaded[module_name]) setmetatable(package.loaded[module_name], package.loaded[module_name])
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80

View File

@ -250,3 +250,5 @@ end
-- Set up hook so we don't leave lost hidden clients -- Set up hook so we don't leave lost hidden clients
awful.hooks.unmanage.register(untab) awful.hooks.unmanage.register(untab)
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80