BTW, it's probably easier to debug this in Elisp.
You can start with

(add-hook 'after-load-functions
          (lambda (file) (message "Loaded %S" file)))

Or change your recipe to replace (sit-for 3) with (debug).


        Stefan



Reply via email to