Post #2958641
2026-04-23 12:12 UTC
I keep my #emacs modules separated into different repositories and decided to write a function to reload them after edits. To do this I'm calling unload-feature on a package and its autoloads, byte-recompiling the module's directory, and finally requiring the module. Am I missing anything? I mostly want to make sure the feature's fully removed from memory.
Replies (0)
No replies.