Remove trailing whitespace in X.A.LinkWorkspaces

This commit is contained in:
Adam Vogt 2013-05-14 21:54:21 +00:00
parent 0fcb4ae238
commit 31ec8cc26a

View File

@ -53,7 +53,7 @@ import qualified Data.Map as M
-- --
-- > [ ((modm .|. m, k), a i) -- > [ ((modm .|. m, k), a i)
-- > | (a, m) <- [(switchWS (\y -> windows $ view y) message, 0),(switchWS (\x -> windows $ shift x . view x) message, shiftMask)] -- > | (a, m) <- [(switchWS (\y -> windows $ view y) message, 0),(switchWS (\x -> windows $ shift x . view x) message, shiftMask)]
-- > , (i, k) <- zip [1..] [xK_1 .. xK_9]] -- > , (i, k) <- zip (XMonad.workspaces conf) [xK_1 .. xK_9]]
-- --
-- For detailed instructions on editing your key bindings, see -- For detailed instructions on editing your key bindings, see
-- "XMonad.Doc.Extending#Editing_key_bindings". -- "XMonad.Doc.Extending#Editing_key_bindings".