You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `mod_in_name`:WhethertouseRust's `mod` path to construct [function names](./functions.md#naming).Default to `true`.For example, supposed that the crate is named `parser`, a `#[defun]` named `next_child` inside `mod cursor` will have the Lisp name of `parser-cursor-next-child`.This can also be overridden for each individual function, by an option of the same name on `#[defun]`.
48
47
49
48
**Note**:Often time, there's no initialization logic needed.A future version of this crate will support putting `#![emacs::module]` on the crate, without having to define a no-op function.SeeRust's [issue #54726](https://github.com/rust-lang/rust/issues/54726).
0 commit comments