mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
Apply hlint hints
All hints are applied in one single commit, as a commit per hint would result in 80+ separate commits—tihs is really just too much noise. Related: https://github.com/xmonad/xmonad-contrib/issues/537
This commit is contained in:
@@ -45,5 +45,5 @@ add r x = tell (mkW (r ^: mappend x))
|
||||
--
|
||||
example :: Config ()
|
||||
example = do
|
||||
add layout $ LL [Layout $ Full] -- make this better
|
||||
add layout $ LL [Layout Full] -- make this better
|
||||
set terminal "urxvt"
|
||||
|
Reference in New Issue
Block a user