]> git.pld-linux.org Git - packages/emacs.git/blob - emacs-site-start.el
- release 5 (by relup.sh)
[packages/emacs.git] / emacs-site-start.el
1 ;; Load all files from @SITE_START_DIR@
2
3 (dolist 
4     (the-file
5      (directory-files "@SITE_START_DIR@"
6                       t "^[^.].*\.elc?$"))
7   (load the-file nil t t))
This page took 0.01996 seconds and 3 git commands to generate.