XPrompt.hs: removed defaultPromptConfig. use defautlXPConfig instead

This commit is contained in:
Andrea Rossato
2007-08-04 18:32:52 +00:00
parent 87c8bf1339
commit f26609aeca

View File

@@ -17,7 +17,6 @@ module XMonadContrib.XPrompt (
-- * Usage -- * Usage
-- $usage -- $usage
mkXPrompt mkXPrompt
, defaultPromptConfig
, defaultXPConfig , defaultXPConfig
, mkComplFunFromList , mkComplFunFromList
, XPType (..) , XPType (..)
@@ -100,9 +99,6 @@ data XPPosition = Top
| Bottom | Bottom
deriving (Show,Read) deriving (Show,Read)
defaultPromptConfig :: XPConfig
defaultPromptConfig = defaultXPConfig
defaultXPConfig :: XPConfig defaultXPConfig :: XPConfig
defaultXPConfig = defaultXPConfig =
XPC { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" XPC { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"