On Thu, Sep 30, 2021 at 11:13:06AM -0400, Jude DaShiell wrote: > Has emacs got something like an #include directive that can be used as it > is in C? If so, it might be worth using it to tidy up my .emacs file. There is (load ...) or (require ...), depending on what you are trying to achieve. Cheers - t