diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-23 18:57:23 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-23 18:57:23 +0100 |
commit | 105b4f0fe98cafab83ab044ea174e7e6f228a032 (patch) | |
tree | 06616c3773a6d3bc80e1c9e86f2707fdebab66d7 /XMonad | |
parent | 51aca78ec6aa3fd00a32442862c339e8cb34d984 (diff) | |
download | XMonadContrib-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.hs | 2 |
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: -- |