Mosaic.hs (really) Fix incorrect usage example

"tall" and "wide" are anachronisms as well. It makes me wonder how we can
and/or should give examples like this that don't bitrot and confuse newbies.
This commit is contained in:
Jason Creighton 2007-08-18 21:57:25 +00:00
parent 1712b74326
commit 85b66b5919

View File

@ -46,8 +46,7 @@ import XMonadContrib.Anneal
-- > import XMonadContrib.Mosaic
--
-- > defaultLayouts :: [Layout Window]
-- > defaultLayouts = [ mosaic 0.25 0.5 M.empty, full,
-- > tall defaultDelta (1%2), wide defaultDelta (1%2) ]
-- > defaultLayouts = [ mosaic 0.25 0.5 M.empty, full ]
--
-- In the key-bindings, do something like:
--