Fix indentation on xmonad.hs
This commit is contained in:
parent
73230afd3f
commit
c85ff84f66
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ main = do
|
||||||
, borderWidth = myBorderWidth
|
, borderWidth = myBorderWidth
|
||||||
, focusedBorderColor = myFocusedBorderColor
|
, focusedBorderColor = myFocusedBorderColor
|
||||||
, normalBorderColor = myNormalBorderColor
|
, normalBorderColor = myNormalBorderColor
|
||||||
, startupHook = myStartupHook
|
, startupHook = myStartupHook
|
||||||
}
|
}
|
||||||
`additionalKeysP`
|
`additionalKeysP`
|
||||||
[ ("M-e", spawn myEmacs)
|
[ ("M-e", spawn myEmacs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue