mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-09-02 12:13:48 -07:00
XMonad.Actions.Search: fix whitespace & tabs
This commit is contained in:
@@ -20,7 +20,6 @@ module XMonad.Actions.Search ( -- * Usage
|
||||
promptSearchBrowser,
|
||||
selectSearch,
|
||||
selectSearchBrowser,
|
||||
|
||||
hasPrefix,
|
||||
escape,
|
||||
use,
|
||||
@@ -49,10 +48,8 @@ module XMonad.Actions.Search ( -- * Usage
|
||||
wikipedia,
|
||||
youtube,
|
||||
multi
|
||||
|
||||
-- * Use case: searching with a submap
|
||||
-- $tip
|
||||
|
||||
) where
|
||||
|
||||
import Data.Char (chr, ord, isAlpha, isMark, isDigit)
|
||||
|
Reference in New Issue
Block a user