aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/lib.rs
blob: 601903720753bfd944939001b9fdc604e4220812 (plain) (blame)
1
2
3
4
5
6
7
8
9
#![allow(unused)]

pub mod application;
pub mod args;
pub mod commands;
pub mod compositor;
pub mod config;
pub mod keymap;
pub mod ui;