aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Roledex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Roledex.hs')
-rw-r--r--XMonad/Layout/Roledex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Roledex.hs b/XMonad/Layout/Roledex.hs
index cc1ca50..5d82d5f 100644
--- a/XMonad/Layout/Roledex.hs
+++ b/XMonad/Layout/Roledex.hs
@@ -33,7 +33,7 @@ import Data.Ratio
-- Then edit your @layoutHook@ by adding the Roledex layout:
--
-- > myLayout = Roledex ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayout }
+-- > main = xmonad def { layoutHook = myLayout }
--
-- For more detailed instructions on editing the layoutHook see:
--