vgrep-0.2.3.0: src/Vgrep/Environment/Config/Sources.hs
module Vgrep.Environment.Config.Sources ( module Vgrep.Environment.Config.Sources.Env , module Vgrep.Environment.Config.Sources.File ) where import Vgrep.Environment.Config.Sources.Env (editorConfigFromEnv) import Vgrep.Environment.Config.Sources.File (configFromFile)