aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src
diff options
context:
space:
mode:
Diffstat (limited to 'helix-core/src')
-rw-r--r--helix-core/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs
index b11faeab..03741719 100644
--- a/helix-core/src/lib.rs
+++ b/helix-core/src/lib.rs
@@ -89,6 +89,8 @@ pub fn cache_dir() -> std::path::PathBuf {
path
}
+pub use etcetera::home_dir;
+
use etcetera::base_strategy::{choose_base_strategy, BaseStrategy};
pub use ropey::{Rope, RopeSlice};