If I have a function I want to run on every drawing it seems the obvious solution is to create an ss:startup routine in AcadDoc.lsp and put it in there. If I have a function I want to run only once per session it again seems obvious to create a ss:startup routine in Acad.lsp and put it in there. However, what if I want to do both? Obviously having two ss:startup routines in two different files is not going to work. Is there an elegant solution for this problem? Thanks