
On 16 Sep 2011, wagnerdm@seas.upenn.edu wrote:
Quoting Anthony Campbell
: This comes from Xmonad-Doc-Extending, which I found at http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Doc-Extending.html#The_L...
I've pushed a documentation patch fixing this and a few other errors in the documentation there.
~d
Thanks for this, but I'm still getting errors here. I copied the sample xmonad.hs from "Extending the layout hook": ------------------------------------------------------------ import XMonad import XMonad.Layout.Tabbed import XMonad.Layout.Accordion import XMonad.Layout.NoBorders mylayoutHook = Full ||| noBorders (tabbed shrinkText defaultTConf) ||| Accordion main = xmonad $ defaultConfig { layoutHook = mylayoutHook } ------------------------------------------------- But recompiling gives an error: xmonad.hs:3:5: parse error on input `import' -- Anthony Campbell - ac@acampbell.org.uk Microsoft-free zone - Using Debian GNU/Linux http://www.acampbell.org.uk - sample my ebooks at http://www.smashwords.com/profile/view/acampbell