summaryrefslogtreecommitdiff
path: root/site-start.el
blob: efbb75b1133eecb28cb71501809ccac5f0843399 (plain)
1
2
3
4
5
6
7
8
9
;;; loaded before user's ".emacs" file and default.el

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