X.A.EasyMotion: Add Haddock headings

These are generally very useful for users in order to get a quick
overview of what the module offers them.
This commit is contained in:
slotThe
2021-04-12 19:23:26 +02:00
parent f5464224e2
commit 827ea89b6b

View File

@@ -20,13 +20,16 @@
-- --
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module XMonad.Actions.EasyMotion ( module XMonad.Actions.EasyMotion ( -- * Usage
-- * Usage
-- $usage -- $usage
selectWindow selectWindow
, def
-- * Configuration
, EasyMotionConfig(..) , EasyMotionConfig(..)
, ChordKeys(..) , ChordKeys(..)
, def
-- * Creating overlays
, fullSize , fullSize
, fixedSize , fixedSize
, textSize , textSize