Move elisp fact to util.

This commit is contained in:
Tom Alexander
2023-12-30 21:37:25 -05:00
parent 680b176501
commit 48d3de77fe
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
mod elisp_fact;
use std::borrow::Cow;
use std::path::Path;
pub(crate) use elisp_fact::ElispFact;
use tokio::process::Command;
use crate::settings::GlobalSettings;