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
mkXPrompt
, defaultPromptConfig
, defaultXPConfig
, mkComplFunFromList
, XPType (..)
@@ -100,9 +99,6 @@ data XPPosition = Top
| Bottom
deriving (Show,Read)
defaultPromptConfig :: XPConfig
defaultPromptConfig = defaultXPConfig
defaultXPConfig :: XPConfig
defaultXPConfig =
XPC { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"