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