diff options
Diffstat (limited to '')
-rw-r--r-- | XPrompt.hs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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-*-*-*-*-*-*-*" |