Populate entity fields.
This commit is contained in:
@@ -51,7 +51,7 @@ pub struct GlobalSettings<'g, 's> {
|
||||
/// The special characters that can be written in org-mode like \infin for the infinity symbol.
|
||||
///
|
||||
/// Corresponds to org-entities elisp variable.
|
||||
pub entities: &'g [EntityDefinition<'g>],
|
||||
pub entities: &'g [EntityDefinition<'s>],
|
||||
}
|
||||
|
||||
pub const DEFAULT_TAB_WIDTH: IndentationLevel = 8;
|
||||
|
||||
Reference in New Issue
Block a user