diff options
Diffstat (limited to 'helix-term/src/lib.rs')
-rw-r--r-- | helix-term/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/src/lib.rs b/helix-term/src/lib.rs index 8b791995..7719a696 100644 --- a/helix-term/src/lib.rs +++ b/helix-term/src/lib.rs @@ -20,8 +20,6 @@ mod handlers; use ignore::DirEntry; use url::Url; -pub use keymap::macros::*; - #[cfg(windows)] fn true_color() -> bool { true |