From 13e829c592f9399947e243a0cdcc1f45d313cfff Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Mon, 24 Mar 2008 15:35:03 +0100 Subject: Doc/Extending: remove references to "XMonad.Layouts" -- it's now called "XMonad.Layout", and in any case, importing it explicitly is not needed anyway. darcs-hash:20080324143503-bd4d7-87e59055537504977c65663d7a2ff1a3be5af599.gz --- XMonad/Doc/Extending.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'XMonad/Doc/Extending.hs') diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs index 13a4064..d0537fc 100644 --- a/XMonad/Doc/Extending.hs +++ b/XMonad/Doc/Extending.hs @@ -655,7 +655,6 @@ Suppose we want a list with the 'XMonad.Layout.Full', @~\/.xmonad\/xmonad.hs@, all the needed modules: > import XMonad -> import XMonad.Layouts > > import XMonad.Layout.Tabbed > import XMonad.Layout.Accordion @@ -684,7 +683,7 @@ If we want only the tabbed layout without borders, then we may write: Our @~\/.xmonad\/xmonad.hs@ will now look like this: -> import XMonad.Layouts +> import XMonad > > import XMonad.Layout.Tabbed > import XMonad.Layout.Accordion -- cgit v1.2.3