mirror of https://github.com/helix-editor/helix
remove dead code
parent
6fdb71750c
commit
db5bf128bb
|
@ -1660,11 +1660,6 @@ fn create_directory(path: String) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// fn enqueue_callback(cx: &mut Context, thunk: SteelVal) {
|
|
||||||
// log::info!("Enqueueing callback!");
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
/// Change config at runtime. Access nested values by dot syntax, for
|
/// Change config at runtime. Access nested values by dot syntax, for
|
||||||
/// example to disable smart case search, use `:set search.smart-case false`.
|
/// example to disable smart case search, use `:set search.smart-case false`.
|
||||||
fn set_options(
|
fn set_options(
|
||||||
|
|
Loading…
Reference in New Issue