adfca8
;;; loaded before user's ".emacs" file and default.el
adfca8
adfca8
;; load *.el and *.elc in /usr/share/emacs/site-lisp/site-start.d on startup
adfca8
(mapc
adfca8
 'load
adfca8
 (delete-dups
adfca8
  (mapcar 'file-name-sans-extension
adfca8
          (directory-files
adfca8
           "/usr/share/emacs/site-lisp/site-start.d" t "\\.elc?\\'"))))