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
|
||||
, focusedBorderColor = myFocusedBorderColor
|
||||
, normalBorderColor = myNormalBorderColor
|
||||
, startupHook = myStartupHook
|
||||
, startupHook = myStartupHook
|
||||
}
|
||||
`additionalKeysP`
|
||||
[ ("M-e", spawn myEmacs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue