Move elisp fact to util.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user