aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-11-23 18:57:23 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2007-11-23 18:57:23 +0100
commit105b4f0fe98cafab83ab044ea174e7e6f228a032 (patch)
tree06616c3773a6d3bc80e1c9e86f2707fdebab66d7 /XMonad
parent51aca78ec6aa3fd00a32442862c339e8cb34d984 (diff)
downloadXMonadContrib-105b4f0fe98cafab83ab044ea174e7e6f228a032.tar.gz
XMonadContrib-105b4f0fe98cafab83ab044ea174e7e6f228a032.tar.xz
XMonadContrib-105b4f0fe98cafab83ab044ea174e7e6f228a032.zip
LayoutCombinators: fix doc
darcs-hash:20071123175723-32816-d210ea7a95c187676139a7e28efdc6462b17c0d5.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Layout/LayoutCombinators.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/LayoutCombinators.hs b/XMonad/Layout/LayoutCombinators.hs
index dd2e819..a395feb 100644
--- a/XMonad/Layout/LayoutCombinators.hs
+++ b/XMonad/Layout/LayoutCombinators.hs
@@ -34,7 +34,7 @@ import XMonad.Layout.DragPane
-- $usage
-- 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:
--