summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 2ca83053..9a26b677 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -8,7 +8,7 @@ use syntect::highlighting::Style as SyntectStyle;
use syntect::highlighting::Theme as SyntaxTheme;
use syntect::parsing::SyntaxSet;
-use crate::bat::output::PagingMode;
+use crate::bat_utils::output::PagingMode;
use crate::cli;
use crate::color;
use crate::delta::State;