layouts: use termfair layout for terminals

This layout comes from lain collection of layouts. We import it as a
submodule.
This commit is contained in:
Vincent Bernat 2014-01-01 09:04:27 +01:00
parent bd28ceddf8
commit eb309fd35b
5 changed files with 16 additions and 1 deletions

View file

@ -58,3 +58,9 @@ way to load them is to use:
require("lib/quake")
local quake = package.loaded["vbe/quake"]
I am using [lain][] for additional layouts. It is included as a
submodule. I would have preferred to put it in `lib/`, but this does
not seem possible. Don't forget to run `git submodule update`.
[lain]: https://github.com/copycat-killer/lain/