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 , borderWidth = myBorderWidth
, focusedBorderColor = myFocusedBorderColor , focusedBorderColor = myFocusedBorderColor
, normalBorderColor = myNormalBorderColor , normalBorderColor = myNormalBorderColor
, startupHook = myStartupHook , startupHook = myStartupHook
} }
`additionalKeysP` `additionalKeysP`
[ ("M-e", spawn myEmacs) [ ("M-e", spawn myEmacs)