]> git.pld-linux.org Git - packages/emacs.git/blob - emacs-site-start.el
- rebuild with ImageMagick 7.0.9.23
[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.02979 seconds and 3 git commands to generate.