diff options
Diffstat (limited to 'helix-term/src/main.rs')
-rw-r--r-- | helix-term/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index 7a9289ee..e3c16c14 100644 --- a/helix-term/src/main.rs +++ b/helix-term/src/main.rs @@ -1,6 +1,6 @@ #![allow(unused)] -// mod editor; -// mod component; +#[macro_use] +mod macros; mod editor; mod keymap; |