diff options
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/lib.rs b/helix-term/src/lib.rs index 2f6ec12b..a94c5e49 100644 --- a/helix-term/src/lib.rs +++ b/helix-term/src/lib.rs @@ -13,7 +13,6 @@ pub mod ui; use std::path::Path; use ignore::DirEntry; -pub use keymap::macros::*; #[cfg(not(windows))] fn true_color() -> bool { |