mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
collect edns under config/
This commit is contained in:
parent
efd182f302
commit
a2f27dac90
30 changed files with 19 additions and 19 deletions
|
|
@ -868,7 +868,7 @@ impl Modal {
|
|||
Bsp::s(Tui::bold(true, "tek!"), Bsp::s("", Map::south(1, options, option)))
|
||||
}
|
||||
fn view_help (&self) -> impl Content<TuiOut> {
|
||||
let bindings = ||TokenIter::new(include_str!("../edn/groovebox_keys.edn"))
|
||||
let bindings = ||TokenIter::new(include_str!("../../../config/groovebox_keys.edn"))
|
||||
.filter_map(|x|if let Value::Exp(_, iter)=x.value{
|
||||
Some(iter)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue