mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -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 (
|
||||
-- * Usage
|
||||
module XMonad.Actions.EasyMotion ( -- * Usage
|
||||
-- $usage
|
||||
selectWindow
|
||||
, def
|
||||
|
||||
-- * Configuration
|
||||
, EasyMotionConfig(..)
|
||||
, ChordKeys(..)
|
||||
, def
|
||||
|
||||
-- * Creating overlays
|
||||
, fullSize
|
||||
, fixedSize
|
||||
, textSize
|
||||
|
Reference in New Issue
Block a user