summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-08 18:40:19 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-08 18:41:07 -0500
commitdd560f23606970f6dd80d5da1bd6588575588158 (patch)
tree4df2f690d55d55867b00367818fabf138cdb7204 /src/main.rs
parentc81ad2007707272c357cdc46186e89cf89d43965 (diff)
major refactoring in preparation for tabs support
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 5bcc57e..eee3de3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -40,5 +40,5 @@ fn main()
let theme = joshuto::config::JoshutoTheme::get_config();
// println!("{:#?}", theme);
- joshuto::run(config, keymap, mimetype);
+ joshuto::run(config, keymap, mimetype, theme);
}