From 5d33dbacac3564c50b9f3a74cfef6a956c35dd80 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Wed, 3 Aug 2022 23:05:52 -0500 Subject: add a CLI flag for specifying config file location (#2666) --- helix-term/src/application.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'helix-term/src/application.rs') diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index 50e72cf7..527ca1c7 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -89,9 +89,8 @@ impl Application { use helix_view::editor::Action; - let config_dir = helix_loader::config_dir(); let theme_loader = std::sync::Arc::new(theme::Loader::new( - &config_dir, + &helix_loader::config_dir(), &helix_loader::runtime_dir(), )); -- cgit v1.2.3-70-g09d2