From 56a4ce68eebc4af261c3a05e915b47d73847472e Mon Sep 17 00:00:00 2001 From: Alex Tarkovsky Date: Sat, 13 Oct 2007 03:41:51 +0200 Subject: TwoPane: Fix syntax error in example darcs-hash:20071013014151-bd4fb-d9eb57e327457014f7122451f24f512ba4926c0e.gz --- TwoPane.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TwoPane.hs b/TwoPane.hs index 55b8378..4147ed2 100644 --- a/TwoPane.hs +++ b/TwoPane.hs @@ -34,10 +34,10 @@ import StackSet ( focus, up, down) -- -- and add, to the list of layouts: -- --- > ,(Layout $ TwoPane 0.03 0.5) +-- > , (Layout $ TwoPane 0.03 0.5) -- %import XMonadContrib.TwoPane --- %layout , ,(Layout $ TwoPane 0.03 0.5) +-- %layout , (Layout $ TwoPane 0.03 0.5) data TwoPane a = TwoPane Rational Rational -- cgit v1.2.3