Fix indentation on xmonad.hs

This commit is contained in:
ramazanemreosmanoglu 2022-10-25 19:47:33 +03:00
parent 73230afd3f
commit c85ff84f66

View file

@ -13,7 +13,7 @@ main = do
, borderWidth = myBorderWidth
, focusedBorderColor = myFocusedBorderColor
, normalBorderColor = myNormalBorderColor
, startupHook = myStartupHook
, startupHook = myStartupHook
}
`additionalKeysP`
[ ("M-e", spawn myEmacs)