aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/CustomKeys.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Util/CustomKeys.hs')
-rw-r--r--XMonad/Util/CustomKeys.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Util/CustomKeys.hs b/XMonad/Util/CustomKeys.hs
index 389a8d6..9d58f39 100644
--- a/XMonad/Util/CustomKeys.hs
+++ b/XMonad/Util/CustomKeys.hs
@@ -19,9 +19,9 @@ module XMonad.Util.CustomKeys (
) where
import XMonad
+import Control.Monad.Reader
import Graphics.X11.Xlib
-import Control.Monad.Reader
import qualified Data.Map as M
-- $usage