1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-25 17:21:51 -07:00

LayoutCombinators: fix doc

This commit is contained in:
Andrea Rossato
2007-11-23 17:57:23 +00:00
parent b13fd2d464
commit 9cd120f599

@@ -34,7 +34,7 @@ import XMonad.Layout.DragPane
-- $usage -- $usage
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@: -- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
-- --
-- > import XMonad.Layout.LayoutCombinators -- > import XMonad.Layout.LayoutCombinators hiding ( (|||) )
-- --
-- Then edit your @layoutHook@ by using the new layout combinators: -- Then edit your @layoutHook@ by using the new layout combinators:
-- --