mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 20:51:52 -07:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user